DatabaseCopy.CompareTo method
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As DatabaseCopy _
) As Integer
'Usage
Dim instance As DatabaseCopy
Dim other As DatabaseCopy
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
DatabaseCopy other
)
Parameters
Return value
Type: System.Int32
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace