Click or drag to resize

UnitBaseInequality Operator

Determines whether two units are not equal using the Equals(IUnit) implementation.

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

Parameters

a  UnitBase
The left operand.
b  IUnit
The right operand.

Return Value

Boolean
true if the operands are not equal; otherwise, false.
See Also