IsIn Method
IsIn(Object[])
Succeeds if the target value is equal to one of the specified values.
Declaration
public virtual IPredicate IsIn(params object[] values)
Parameters
Object[] | values | The values. |
Returns
IPredicate | A new predicate. |