Method: IntersightClient::CapabilitySwitchSystemLimitsAllOf#==
- Defined in:
- lib/intersight_client/models/capability_switch_system_limits_all_of.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
183 184 185 186 187 188 189 190 191 |
# File 'lib/intersight_client/models/capability_switch_system_limits_all_of.rb', line 183 def ==(o) return true if self.equal?(o) self.class == o.class && class_id == o.class_id && object_type == o.object_type && maximum_chassis_count == o.maximum_chassis_count && maximum_fex_per_domain == o.maximum_fex_per_domain && maximum_servers_per_domain == o.maximum_servers_per_domain end |