Event.CompareTo Method
Compares the current Event with another Event and returns an integer that indicates whether the current Event precedes, follows, or occurs in the same position in the sort order as the other Event.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public int CompareTo(
Event other
)
Return Value
Type: Int32
A value that is less than zero if the current Event precedes
other in the sort order, zero if the
current Event occurs in the
same position in the sort other as other or greater than zero if the current
Event
follows other in the sort order.