Method: PostfinancecheckoutRubySdk::LocalizedString#==
- Defined in:
- lib/postfinancecheckout-ruby-sdk/models/localized_string.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
108 109 110 111 112 113 |
# File 'lib/postfinancecheckout-ruby-sdk/models/localized_string.rb', line 108 def ==(o) return true if self.equal?(o) self.class == o.class && string == o.string && language == o.language end |