Click or drag to resize

SIUnitEquality(SIUnit, SIUnit) Operator

Determines whether two SIUnit instances are equal by comparing their exponents.

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