Method: AsposeCellsCloud::ConvertWorkbookOptions#==

Defined in:
lib/aspose_cells_cloud/models/convert_workbook_options.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



151
152
153
154
155
156
157
158
159
160
161
162
# File 'lib/aspose_cells_cloud/models/convert_workbook_options.rb', line 151

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      name == o.name &&
      data_source == o.data_source &&
      file_info == o.file_info &&
      page_setup == o.page_setup &&
      save_options == o.save_options &&
      convert_format == o.convert_format &&
      check_excel_restriction == o.check_excel_restriction 
      std_dev == o.std_dev
end