UnitBaseInequality Operator |
Determines whether two units are not 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 the operands are not equal; otherwise,
false.
See Also