Click or drag to resize

RankedSetTCreateSetComparer Method (IEqualityComparerT)

Returns an equality comparer using a supplied comparer that can be used to create a collection that contains sets.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public static IEqualityComparer<RankedSet<T>> CreateSetComparer(
	IEqualityComparer<T> memberEqualityComparer
)

Parameters

memberEqualityComparer
Type: System.Collections.GenericIEqualityComparerT
Used for creating the returned comparer.

Return Value

Type: IEqualityComparerRankedSetT
An equality comparer for creating a collection of sets.
See Also