TicksTrue Operator
Returns true if value is not zero.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public static bool operator true(
Ticks value
)
Public Shared Operator IsTrue (
value As Ticks
) As Boolean
Managed C++ does not support this operator.
JavaScript does not support overloaded operators.
- value Ticks
- Ticks value to evaluate.
BooleanBoolean value representing the result.