# File lib/braintree/credit_card_verification.rb, line 52 def ==(other) return false unless other.is_a?(CreditCardVerification) id == other.id end