Share via


Unlimited<T>.CompareTo method (T)

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As T _
) As Integer
'Usage
Dim instance As Unlimited
Dim other As T
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    T other
)

Parameters

  • other
    Type: T

Return value

Type: System.Int32
Returns Int32.

See also

Reference

Unlimited<T> structure

Unlimited<T> members

CompareTo overload

Microsoft.Exchange.Data namespace