Method: AsposeCellsCloud::DataFillRequest#==
- Defined in:
- lib/aspose_cells_cloud/models/data_fill_request.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aspose_cells_cloud/models/data_fill_request.rb', line 129 def ==(o) return true if self.equal?(o) self.class == o.class && file == o.file && out_file_format == o.out_file_format && check_excel_restriction == o.check_excel_restriction && region == o.region && data_fill == o.data_fill std_dev == o.std_dev end |