Method: AsposeCellsCloud::CombinationSourceData#==
- Defined in:
- lib/aspose_cells_cloud/models/combination_source_data.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
151 152 153 154 155 156 157 158 159 160 161 162 |
# File 'lib/aspose_cells_cloud/models/combination_source_data.rb', line 151 def ==(o) return true if self.equal?(o) self.class == o.class && tag == o.tag && data_source == o.data_source && file_info == o.file_info && worksheet == o.worksheet && table_name == o.table_name && cell_area == o.cell_area && has_header == o.has_header std_dev == o.std_dev end |