Skip to main content
All docs
V18.2

CriteriaOperator.True(CriteriaOperator) Operator

OBSOLETE

Please replace == operator with ReferenceEquals, != with !ReferenceEquals (or use | and & operators instead of || and && in the simplified criteria syntax)

This API is obsolete now.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

[Obsolete("Please replace == operator with ReferenceEquals, != with !ReferenceEquals (or use | and & operators instead of || and && in the simplified criteria syntax)")]
public static bool operator true (CriteriaOperator operand)

Parameters

Name Type
operand CriteriaOperator

Returns

Type
Boolean
See Also