TimeTagBaseGreaterThan(TimeTagBase, TimeTagBase) Operator

Returns true if value1 is greater than value2.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.174 -- Release Build+aa37ec1cbeacbf32d632bf098b6401a4346e3db1
public static bool operator >(
	TimeTagBase? value1,
	TimeTagBase? value2
)

Parameters

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

Return Value

Boolean
true if value1 is greater than value2; otherwise false.

See Also