v1.0.0
Latest
2022.3+

Enum FilterOperation

The operation used to compare the field to the filter value.

Namespace: Unity.Services.Multiplayer
Syntax
public enum FilterOperation

Fields

NameDescriptionValue
Contains

Contains operation.

0
Equal

Equal operation.

1
NotEqual

Not Equal operation.

2
Less

Less than operation.

3
LessOrEqual

Less than or Equal operation.

4
Greater

Greater than operation.

5
GreaterOrEqual

Greater than or Equal operation.

6