Click or drag to resize

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.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsEqualInValuePrefixUnit(
	DimensionfulQuantity a
)

Parameters

a  DimensionfulQuantity
Quantity to compare.

Return Value

Boolean
Returns true if a is equal in all three components(value, prefix, unit) to this quantity; otherwise, false.
See Also