UInt24Inequality(UInt24, UInt32) Operator

Compares the two values for inequality.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.110 -- Release Build+e3f505d56ee50c7e3fea40a20d129873a4fafd4c
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