NumberInequality Operator

Compares two Number structures for inequality.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public static bool operator !=(
	Number number1,
	Number number2
)

Parameters

number1
Type: Dundas.BINumber
The number1.
number2
Type: Dundas.BINumber
The number2.

Return Value

Type: Boolean
if the two structures are not equal; otherwise .
See Also