DirectoryEntry.CompareTo Method

Independentsoft MSG .NET

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.StructuredStorage
Assembly: 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: OnlineSystem Object
A DirectoryEntry

Return Value

Type: OnlineInt32
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

OnlineIComparable CompareTo(Object)
See Also