Method: CloudmersiveConvertApiClient::GetDocxTableRowRequest#==
- Defined in:
- lib/cloudmersive-convert-api-client/models/get_docx_table_row_request.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
105 106 107 108 109 110 111 112 |
# File 'lib/cloudmersive-convert-api-client/models/get_docx_table_row_request.rb', line 105 def ==(o) return true if self.equal?(o) self.class == o.class && input_file_bytes == o.input_file_bytes && input_file_url == o.input_file_url && table_path == o.table_path && table_row_row_index == o.table_row_row_index end |