Method: VoucherifySdk::ManagementProjectsCustomEventSchemasUpdateRequestBody#==
- Defined in:
 - lib/VoucherifySdk/models/management_projects_custom_event_schemas_update_request_body.rb
 
#==(o) ⇒ Object
Checks equality by comparing each attribute.
      77 78 79 80 81  | 
    
      # File 'lib/VoucherifySdk/models/management_projects_custom_event_schemas_update_request_body.rb', line 77 def ==(o) return true if self.equal?(o) self.class == o.class && schema == o.schema end  |