SIUnitEquality(SIUnit, SIUnit) Operator |
Determines whether two
SIUnit instances are equal by comparing their exponents.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool operator ==(
SIUnit? a,
SIUnit? b
)
Parameters
- a SIUnit
- Left operand.
- b SIUnit
- Right operand.
Return Value
Booleantrue if both are equal; otherwise
false.
See Also