Hyperlink.CompareTo Method

Compares the current hyperlink object with another hyperlink object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    obj As Object _
) As Integer
'Usage
Dim instance As Hyperlink
Dim obj As Object
Dim returnValue As Integer

returnValue = instance.CompareTo(obj)
public int CompareTo(
    Object obj
)

Parameters

Return Value

Type: System.Int32
Returns Int32.

Implements

IComparable.CompareTo(Object)

See Also

Reference

Hyperlink Class

Hyperlink Members

Microsoft.SharePoint.JSGrid Namespace