IsIn Method
IsIn(params 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. |