class AWS::SNS::Topic
def eql? other
-
(Boolean)
- Returns true if compared to another {Topic}
def eql? other other.kind_of?(Topic) and other.arn == arn end
(Boolean)
- Returns true if compared to another {Topic}
def eql? other other.kind_of?(Topic) and other.arn == arn end