Method: OpenapiClient::DisbursementTransactionType#==

Defined in:
lib/openapi_client/models/disbursement_transaction_type.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



71
72
73
74
# File 'lib/openapi_client/models/disbursement_transaction_type.rb', line 71

def ==(o)
  return true if self.equal?(o)
  self.class == o.class && super(o)
end