Click or drag to resize

UnitBaseEquals(SIUnit) Method

Determines whether the specified SIUnit is equal to this unit.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool Equals(
	SIUnit obj
)

Parameters

obj  SIUnit
The SI unit to compare with this instance.

Return Value

Boolean
true if the specified SIUnit is equal to this unit; otherwise, false.
See Also