Click or drag to resize

TimeTagBaseLessThan(TimeTagBase, TimeTagBase) Operator

Returns true if value1 is less than value2.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static bool operator <(
	TimeTagBase value1,
	TimeTagBase value2
)
View Source

Parameters

value1  TimeTagBase
Value 1 in the comparison.
value2  TimeTagBase
Value 2 in the comparison.

Return Value

Boolean
true if value1 is less than value2; otherwise false.
See Also