Click or drag to resize
EventCompareTo Method
Compares this instance to a specified event and returns an indication of their relative timeout values.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int CompareTo(
	Event other
)

Parameters

other
Type: Network.Sim.CoreEvent
The Event instance to compare this instance with.

Return Value

Type: Int32
A signed number indicating the relative timeout values of this instance and other.

Implements

IComparableTCompareTo(T)
See Also