[]
Specifies the operator used in a function.
public enum ContainsOperator
BeginsWith = 2
Begins with a specified value.
Contains = 0
Contains a specified value.
DoesNotContain = 1
Does not contain the specified value.
EndsWith = 3
Ends with the specified value.