TicksInequality Operator
Compares the two values for inequality.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public static bool operator !=(
Ticks value1,
Ticks value2
)
Public Shared Operator <> (
value1 As Ticks,
value2 As Ticks
) As Boolean
public:
static bool operator !=(
Ticks value1,
Ticks value2
)
JavaScript does not support overloaded operators.
- value1 Ticks
- Ticks left hand operand.
- value2 Ticks
- Ticks right hand operand.
BooleanBoolean value representing the result.