Method: Falcon::RegistrationAzureTenantConfigurationResponseV1#==
- Defined in:
- lib/crimson-falcon/models/registration_azure_tenant_configuration_response_v1.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
132 133 134 135 136 137 138 |
# File 'lib/crimson-falcon/models/registration_azure_tenant_configuration_response_v1.rb', line 132 def ==(o) return true if self.equal?(o) self.class == o.class && errors == o.errors && == o. && resources == o.resources end |