UInt24Inequality(UInt24, UInt32) Operator

Compares the two values for inequality.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.169 -- Release Build+8ea56ff35548d526d505b6c30a0e7b1d71cedef9
public static bool operator !=(
	UInt24 value1,
	uint value2
)

Parameters

value1  UInt24
UInt24 left hand operand.
value2  UInt32
UInt32 right hand operand.

Return Value

Boolean
Boolean value representing the result.

See Also