Click or drag to resize
UserOperator Enumeration

[Missing <summary> documentation for "T:Quickblox.Sdk.GeneralDataModel.Filter.UserOperator"]

Namespace: Quickblox.Sdk.GeneralDataModel.Filter
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum UserOperator
Members
  Member nameValueDescription
Gt0 Sample: will return users withs IDs greater than 3
Lt1 Sample: will return users withs IDs less than 34
Ge2 Sample: will return users withs IDs greater than or equal to 445
Le3 Sample: Will return users withs IDs less than or equal 2241
Eq4 Sample: Will return a user withs ID equal to 3
Ne5 Sample: Will return users withs IDs not equal to 3
Between6 Sample: Will return users withs IDs between 3 and 2241
In7 Sample: Will return users withs IDs 3,45,2241
See Also