Click or drag to resize

SIUnitInequality(SIUnit, IUnit) Operator

Determines whether an SIUnit and an IUnit are not equal.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator !=(
	SIUnit a,
	IUnit b
)

Parameters

a  SIUnit
The SI unit.
b  IUnit
The other unit.

Return Value

Boolean
true if they are not equal; otherwise false.
See Also