Equality Operator
Collapse the table of content
Expand the table of content

SortDescription.Equality 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 equality.

Namespace:  System.ComponentModel
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Shared Operator = ( _
	sd1 As SortDescription, _
	sd2 As SortDescription _
) As Boolean

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.Boolean
true if the two SortDescription instances have the same PropertyName and Direction values; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft