DimensionfulQuantityIsEqualInValuePrefixUnit Method |
Determines whether this instance is equal to another quanity in all three components (value, prefix and unit). This is not a comparison for the physical equality of the quantities.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsEqualInValuePrefixUnit(
DimensionfulQuantity a
)
Parameters
- a DimensionfulQuantity
- Quantity to compare.
Return Value
BooleanReturns
true if
a is equal in all three components(value, prefix, unit) to this quantity; otherwise,
false.
See Also