DirectoryEntry CompareTo Method | MSG .NET Class Library |
Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public int CompareTo( Object obj )
public int CompareTo( Object obj )
Public Function CompareTo ( obj As Object ) As Integer
Public Function CompareTo ( obj As Object ) As Integer
Dim instance As DirectoryEntry Dim obj As Object Dim returnValue As Integer returnValue = instance.CompareTo(obj)
Dim instance As DirectoryEntry Dim obj As Object Dim returnValue As Integer returnValue = instance.CompareTo(obj)
public final int CompareTo( Object obj )
public final int CompareTo( Object obj )
public final function CompareTo( obj : Object ) : int
public final function CompareTo( obj : Object ) : int
function CompareTo(obj);
function CompareTo(obj);
Parameters
- obj
- Type:
System Object
A DirectoryEntry
Return Value
Type:
A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter.
Implements

See Also