Method: PureCloud::DomainNetworkAddress#==
- Defined in:
- lib/purecloud/models/domain_network_address.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
103 104 105 106 107 108 109 110 |
# File 'lib/purecloud/models/domain_network_address.rb', line 103 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && address == o.address && persistent == o.persistent && family == o.family end |