TimeTagBaseGreaterThanOrEqual(TimeTagBase, DateTime) Operator

Returns true if value1 is greater than or equal to value2.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.177 -- Release Build+17e3a8c30c12a6a5a57ad4af156d7b83be281c33
public static bool operator >=(
	TimeTagBase? value1,
	DateTime value2
)

Parameters

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

Return Value

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

See Also