TimeTagBaseLessThanOrEqual(TimeTagBase, TimeTagBase) Operator

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

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
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 less than or equal to value2; otherwise false.

See Also