Click or drag to resize

UnitBaseEquals(IUnit) Method

Determines whether the specified IUnit is equal to this unit by comparing their runtime types.

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

Parameters

obj  IUnit
The unit to compare with this instance.

Return Value

Boolean
true if the specified IUnit has the same runtime type as this unit; otherwise, false.
See Also