SortDescription.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two SortDescription instances for value inequality.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- sd1
- Type: System.ComponentModel.SortDescription
The first SortDescription instance to compare.
- sd2
- Type: System.ComponentModel.SortDescription
The second SortDescription instance to compare.
Return Value
Type: System.Booleantrue if the two SortDescription instances do not have the same PropertyName and Direction values; otherwise, false.
Show: