CriteriaOperator.Implicit(Guid to CriteriaOperator) Operator
Implicitly converts the Guid into a CriteriaOperator instance.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public static implicit operator CriteriaOperator(Guid val)
Parameters
| Name | Type | Description |
|---|---|---|
| val | Guid | The value to convert into a <DevExpress.XamarinForms.Core.Filtering.CriteriaOperator> instance. |
Returns
| Type | Description |
|---|---|
| CriteriaOperator | The criterion that represents the specified value. |
See Also