Overload | Description |
---|---|
InList(Object,IEnumerable<UAFilterOperand>) | TRUE if operand[0] is equal to one or more of the remaining operands.
Remarks: The Equals Operator is evaluated for operand[0] and each remaining operand in the list. If any Equals evaluation is TRUE, InList returns TRUE. |
InList(UAFilterOperand,IEnumerable<Object>) | TRUE if operand[0] is equal to one or more of the remaining operands.
Remarks: The Equals Operator is evaluated for operand[0] and each remaining operand in the list. If any Equals evaluation is TRUE, InList returns TRUE. |
InList(UAFilterOperand,IEnumerable<UAFilterOperand>) | TRUE if operand[0] is equal to one or more of the remaining operands.
Remarks: The Equals Operator is evaluated for operand[0] and each remaining operand in the list. If any Equals evaluation is TRUE, InList returns TRUE. |
InList(UAFilterOperand,UAFilterOperand[]) | TRUE if operand[0] is equal to one or more of the remaining operands.
Remarks: The Equals Operator is evaluated for operand[0] and each remaining operand in the list. If any Equals evaluation is TRUE, InList returns TRUE. |