Click or drag to resize

TimeTagCompareTo(TimeTag) Method

Compares this time tag instance to another time tag instance and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the other time tag.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public int CompareTo(
	TimeTag other
)
View Source

Parameters

other  TimeTag
A TimeTag instance to compare.

Return Value

Int32
A signed number indicating the relative values of this instance and the other value.

Implements

IComparableTCompareTo(T)
Remarks
Time tags are compared by their value.
See Also