Skip to main content

CriteriaOperator.False(CriteriaOperator) Operator

Obsolete. This API is obsolete now.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v14.2.dll

Declaration

[Obsolete("Please replace == operator with ReferenceEquals, != with !ReferenceEquals (or use | and & operators instead of || and && in the simplified criteria syntax)", true)]
public static bool operator false (CriteriaOperator operand)
<Obsolete("Please replace == operator with ReferenceEquals, != with !ReferenceEquals (or use | and & operators instead of || and && in the simplified criteria syntax)", True)>
Public Shared Operator IsFalse(operand As CriteriaOperator) As Boolean

Parameters

Name Type
operand CriteriaOperator

Returns

Type
Boolean
See Also