UnitBaseEquality Operator |
Determines whether two units are equal using the
Equals(IUnit) implementation.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool operator ==(
UnitBase a,
IUnit b
)
Parameters
- a UnitBase
- The left operand.
- b IUnit
- The right operand.
Return Value
Booleantrue if both operands are considered equal; otherwise,
false.
See Also