Enum FilterOperation
The operation used to compare the field to the filter value.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum FilterOperation
Fields
Name | Description |
---|---|
Contains | Contains operation. |
Equal | Equal operation. |
Greater | Greater than operation. |
GreaterOrEqual | Greater than or Equal operation. |
Less | Less than operation. |
LessOrEqual | Less than or Equal operation. |
NotEqual | Not Equal operation. |