Share via


Unlimited<T>.CompareTo method (Unlimited<T>)

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

Syntax

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

returnValue = instance.CompareTo(other)
public int CompareTo(
    Unlimited<T> other
)

Parameters

Return value

Type: System.Int32
Returns Int32.

See also

Reference

Unlimited<T> structure

Unlimited<T> members

CompareTo overload

Microsoft.Exchange.Data namespace