Method: Fastly::DashboardPropertyCreatedBy#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



71
72
73
74
# File 'lib/fastly/models/dashboard_property_created_by.rb', line 71

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