Method: OCI::Core::Models::RemoveNetworkSecurityGroupSecurityRulesDetails#==
- Defined in:
- lib/oci/core/models/remove_network_security_group_security_rules_details.rb
#==(other) ⇒ Object
Checks equality by comparing each attribute.
60 61 62 63 64 65 |
# File 'lib/oci/core/models/remove_network_security_group_security_rules_details.rb', line 60 def ==(other) return true if equal?(other) self.class == other.class && security_rule_ids == other.security_rule_ids end |