TicksFalse Operator

Returns true if value is equal to zero.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
public static bool operator false(
	Ticks value
)

Parameters

value  Ticks
Ticks value to evaluate.

Return Value

Boolean
Boolean value representing the result.

See Also