Method: PulpcoreClient::PatchedOpenPGPDistribution#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.



182
183
184
185
186
187
188
189
190
191
192
# File 'lib/pulpcore_client/models/patched_open_pgp_distribution.rb', line 182

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      base_path == o.base_path &&
      content_guard == o.content_guard &&
      hidden == o.hidden &&
      pulp_labels == o.pulp_labels &&
      name == o.name &&
      repository == o.repository &&
      repository_version == o.repository_version
end