QueueIdentity.Compare method

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

Syntax

'Declaration
Public Shared Function Compare ( _
    a As ObjectId, _
    b As ObjectId _
) As Integer
'Usage
Dim a As ObjectId
Dim b As ObjectId
Dim returnValue As Integer

returnValue = QueueIdentity.Compare(a, b)
public static int Compare(
    ObjectId a,
    ObjectId b
)

Parameters

Return value

Type: System.Int32

See also

Reference

QueueIdentity class

QueueIdentity members

Microsoft.Exchange.Data.QueueViewer namespace