MessageIdentity.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 = MessageIdentity.Compare(a, b)
public static int Compare(
ObjectId a,
ObjectId b
)
Return Value
Type: System.Int32