Method: Fastly::RelationshipMemberMutualAuthentication#==

Defined in:
lib/fastly/models/relationship_member_mutual_authentication.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



88
89
90
91
92
93
# File 'lib/fastly/models/relationship_member_mutual_authentication.rb', line 88

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