Click or drag to resize
UomMeasureTGreaterThanOrEqual Operator (UomMeasureT, UomMeasureT)
Returns True if one measure is greater or equal than the other, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool operator >=(
	UomMeasure<T> m1,
	UomMeasure<T> m2
)

Parameters

m1
Type: FDF.CommonUomMeasureT
m2
Type: FDF.CommonUomMeasureT

Return Value

Type: Boolean
Remarks