Returns a value indicating of the specfied Sort has the same values as this instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public bool Equals(
	Sort other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As Sort _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Sort^ other
) sealed

Parameters

other
Type: Endeca.Data..::.Sort
Sort instance to compare for equality.

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also