Method: ESI::PostUniverseIdsFaction#==

Defined in:
lib/esi-client-bvv/models/post_universe_ids_faction.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



74
75
76
77
78
79
# File 'lib/esi-client-bvv/models/post_universe_ids_faction.rb', line 74

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