Share via


Change.CompareTo Method

Compares the current instance of this object with another object of the same type.

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 Change
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

Change Class

Change Members

Microsoft.SharePoint.JSGrid Namespace