Click or drag to resize

DimensionfulQuantityInequality Operator

Determines whether two quantities are not equal in any component.

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

Parameters

a  DimensionfulQuantity
Left operand.
b  DimensionfulQuantity
Right operand.

Return Value

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