SortExpression Operators and Type Conversions
The SortExpression type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality |
Implements the == operator.
|
![]() ![]() |
Implicit Widening Implicit Implicit Implicit (String to SortExpression) |
Perform an implicit conversion from String to SortExpression with Ascending as the sort direction.
|
![]() ![]() |
Inequality |
Implements the != operator.
|