enum

Steamcr::ELobbyComparison

Inherits Enum < Comparable < Value < Object

Constants

EQUAL_TO_OR_LESS_THAN = -2
LESS_THAN = -1
EQUAL = 0
GREATER_THAN = 1
EQUAL_TO_OR_GREATER_THAN = 2
NOT_EQUAL = 3

Class methods

from_io(io, format)
Source

Instance methods

equal?

Returns true if this enum value equals EQUAL

Source
equal_to_or_greater_than?

Returns true if this enum value equals EQUAL_TO_OR_GREATER_THAN

Source
equal_to_or_less_than?

Returns true if this enum value equals EQUAL_TO_OR_LESS_THAN

Source
greater_than?

Returns true if this enum value equals GREATER_THAN

Source
less_than?

Returns true if this enum value equals LESS_THAN

Source
not_equal?

Returns true if this enum value equals NOT_EQUAL

Source
to_io(io, format)
Source