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