SortDescription.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares the specified instance and the current instance of SortDescription for value equality.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- obj
- Type: System.Object
The SortDescription instance to compare.
Return Value
Type: System.Booleantrue if obj and this SortDescription instance have the same PropertyName and Direction values; otherwise, false.
Show: