Click or drag to resize

SIUnitInequality(SIUnit, SIUnit) Operator

Determines whether two SIUnit instances 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,
	SIUnit b
)

Parameters

a  SIUnit
Left operand.
b  SIUnit
Right operand.

Return Value

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