Method: PureCloud::BasicTransform#==
- Defined in:
- lib/purecloud/models/basic_transform.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
67 68 69 70 71 72 |
# File 'lib/purecloud/models/basic_transform.rb', line 67 def ==(o) return true if self.equal?(o) self.class == o.class && replaces == o.replaces && entity_path == o.entity_path end |