Skip to main content

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

Parameters

Name Type
operand CriteriaOperator

Returns

Type
Boolean
See Also