Click or drag to resize

UnitBaseEquality Operator

Determines whether two units are equal using the Equals(IUnit) implementation.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator ==(
	UnitBase a,
	IUnit b
)

Parameters

a  UnitBase
The left operand.
b  IUnit
The right operand.

Return Value

Boolean
true if both operands are considered equal; otherwise, false.
See Also