QueueIdentity.CompareTo method

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

Syntax

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

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

Parameters

Return value

Type: System.Int32

See also

Reference

QueueIdentity class

QueueIdentity members

Microsoft.Exchange.Data.QueueViewer namespace