Click or drag to resize

DeplayedEventCompareTo Method

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public int CompareTo(
	IDelayed that
)

Parameters

that
Type: OBCOM.NetSwitchLib.UtilsIDelayed
An IDelayed to compare with this deplayed event.

Return Value

Type: Int32
A value that indicates the relative order of the objects compared.

Implements

IComparableTCompareTo(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionthat is null.
See Also