Enum: RpcCompareOperator

Dieser Typ gehört zur Unit rpc_itemslib und ist vom Subtyp Enum.
Folgende Werte sind möglich:
| Wert | Integer | Beschreibung | 
|---|---|---|
| coEqual | 0 | |
| coNotEqual | 1 | |
| coStarts | 2 | |
| coNotStarts | 3 | |
| coEnds | 4 | |
| coNotEnds | 5 | |
| coContains | 6 | |
| coNotContains | 7 | |
| coGreater | 8 | |
| coGreaterEqual | 9 | |
| coLess | 10 | |
| coLessEqual | 11 | 
Dies sind die Variablen, welche diesen Typ verwenden.
| Name | Klasse | 
|---|---|
| Compare | RpcFilterUserFieldItem |