Method: OryClient::ProjectServiceIdentity#eql?

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

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


97
98
99
# File 'lib/ory-client/models/project_service_identity.rb', line 97

def eql?(o)
  self == o
end