Click or drag to resize

QuantityComparerGroup Method

Provides a equality comparer that groups quantities of the same type.

Quantities like SnowCover, SnowCover_2, SnowCover_3 are in this context grouped under one.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static IEqualityComparer<IQuantity> ComparerGroup()

Return Value

Type: IEqualityComparerIQuantity
See Also