Method: OryClient::SubjectSet#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



114
115
116
117
118
119
120
# File 'lib/ory-client/models/subject_set.rb', line 114

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      namespace == o.namespace &&
      object == o.object &&
      relation == o.relation
end