Click or drag to resize

DimensionfulQuantityEquality Operator

Determines whether two quantities are equal in all components.

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 both quantities are equal; otherwise false.
See Also