module Braintree::Util::IdEquality
Public Instance Methods
Source
# File lib/braintree/util.rb, line 198 def ==(other) return false unless other.is_a?(self.class) id == other.id end
# File lib/braintree/util.rb, line 198 def ==(other) return false unless other.is_a?(self.class) id == other.id end