Method: IbmCloudPower::TenantUpdate#==
- Defined in:
- lib/ibm_cloud_power/models/tenant_update.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
92 93 94 95 96 97 |
# File 'lib/ibm_cloud_power/models/tenant_update.rb', line 92 def ==(o) return true if self.equal?(o) self.class == o.class && icn == o.icn && peering_networks == o.peering_networks end |