Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Object.Equals(Object).
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.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
Return Value
Type: System.Boolean