Method: PulpcoreClient::NestedOpenPGPUserIDResponse#==

Defined in:
lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



100
101
102
103
104
105
# File 'lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb', line 100

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