Share via


Sort.Equals Method

Determines whether the specified Sort object is equal to the current Sort object.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
'Usage
Dim instance As Sort
Dim other As Object
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public override bool Equals(
    Object other
)

Parameters

  • other
    Type: System.Object

    The Sort object to compare with the current Sort object.

Return Value

Type: System.Boolean
true if the specified Sort object is equal to the current Sort object; otherwise, false.

See Also

Reference

Sort Class

Sort Members

Microsoft.Office.Server.Search.Query Namespace