ApprovedApplication.CompareTo Method (Object)
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As Object _
) As Integer
'Usage
Dim instance As ApprovedApplication
Dim other As Object
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
Object other
)
Parameters
- other
Type: System.Object
Return Value
Type: System.Int32