Method: OryClient::RelationshipNamespaces#==

Defined in:
lib/ory-client/models/relationship_namespaces.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



83
84
85
86
87
# File 'lib/ory-client/models/relationship_namespaces.rb', line 83

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