Click or drag to resize
UomUnitEquality Operator
Returns True if two units are equal, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool operator ==(
	UomUnit u1,
	UomUnit u2
)

Parameters

u1
Type: FDF.CommonUomUnit
u2
Type: FDF.CommonUomUnit

Return Value

Type: Boolean
Remarks