Method: Fastly::RelationshipTlsPrivateKeys#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.



78
79
80
81
82
# File 'lib/fastly/models/relationship_tls_private_keys.rb', line 78

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