Method: AsposeCellsCloud::CustomParserConfig#==
- Defined in:
- lib/aspose_cells_cloud/models/custom_parser_config.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
107 108 109 110 111 112 113 114 |
# File 'lib/aspose_cells_cloud/models/custom_parser_config.rb', line 107 def ==(o) return true if self.equal?(o) self.class == o.class && column_index == o.column_index && parse_method == o.parse_method && custom_style == o.custom_style std_dev == o.std_dev end |