Enum ContainsOperator
All possible operators which will used to check for member to collections
operations in form of LHS = value {operator} collection -> System.Boolean.
Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public enum ContainsOperator
Fields
| Name | Description |
|---|---|
| In | All possible operators which will used to check for member to collections operations in form of LHS = value {operator} collection -> System.Boolean. |
| NotIn | All possible operators which will used to check for member to collections operations in form of LHS = value {operator} collection -> System.Boolean. |