Click or drag to resize

SIUnitEquality(SIUnit, IUnit) Operator

Compares an SIUnit with an IUnit for equality.

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 both represent the same SI exponents; otherwise false.
See Also