Compares this instance to a specified event and returns an indication
of their relative timeout values.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int CompareTo(
Event other
)
Parameters
- other
- Type: Network.Sim.CoreEvent
The Event instance to compare this instance with.
Return Value
Type:
Int32A signed number indicating the relative timeout values of this
instance and other.
Implements
IComparableTCompareTo(T)
See Also