Click or drag to resize

SIUnitEquals(SIUnit) Method

Determines whether this instance and another specified SIUnit object have the same exponents for all base units. Two SI units are considered equal if the exponents are equal, independently of the unit name. This means e.g. that J (Joule), Nm, and Ws are considered equal.

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

Parameters

other  SIUnit
The other unit.

Return Value

Boolean
true when both units are equal.

Implements

IEquatableTEquals(T)
See Also