Method: DocuSign_Rooms::GlobalPropertyTypes#==
- Defined in:
- lib/docusign_rooms/models/global_property_types.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
62 63 64 65 66 |
# File 'lib/docusign_rooms/models/global_property_types.rb', line 62 def ==(o) return true if self.equal?(o) self.class == o.class && property_types == o.property_types end |