Open this page in the API Guide

Number.Inequality Operator

Compares two Number structures for inequality.

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

Parameters

number1
Type: Dundas.BI.Number
The number1.
number2
Type: Dundas.BI.Number
The number2.

Return Value

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