class AWS::SNS::Subscription

def eql? other

Returns:
  • (Boolean) - Returns true if the subscriptions have the same
def eql? other
  other.kind_of?(Subscription) and other.arn == arn
end