class AWS::SNS::Topic

def eql? other

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