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 | |
| Equal | |
| Greater | |
| GreaterOrEqual | |
| Less | |
| LessOrEqual | |
| NotEqual |