module OnebusawaySDK::Internal::Type::Enum

def ==(other)

Returns:
  • (Boolean) -

Parameters:
  • other (Object) --

Other tags:
    Api: - public
def ==(other)
  # rubocop:disable Style/CaseEquality
  OnebusawaySDK::Internal::Type::Enum === other && other.values.to_set == values.to_set
  # rubocop:enable Style/CaseEquality
end