Method: BagKadasterClient::AdresUitgebreidHalAllOf#==

Defined in:
lib/bag_kadaster_client/models/adres_uitgebreid_hal_all_of.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



80
81
82
83
84
# File 'lib/bag_kadaster_client/models/adres_uitgebreid_hal_all_of.rb', line 80

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