Class BoolComparisonField

BoolComparisonField class

Represents the boolean search field.

public sealed class BoolComparisonField : ComparisonField

Methods

NameDescription
Equals(bool)Indicates that field must be equal to the specified value.
NotEquals(bool)Indicates that field must not be equal to the specified value.
OrderBy(bool)Sets value which indicates if client uses ascending or descending sorting on the Field.

See Also