Method: VSphereAutomation::Content::ContentLibraryFindResult#==

Defined in:
lib/vsphere-automation-content/models/content_library_find_result.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



65
66
67
68
69
# File 'lib/vsphere-automation-content/models/content_library_find_result.rb', line 65

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