Click or drag to resize
SetT Constructor (IEqualityComparerT)
Creates a new Set. The Equals and GetHashCode method of the passed comparer object will be used to compare items in this set.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public Set(
	IEqualityComparer<T> equalityComparer
)

Parameters

equalityComparer
Type: System.Collections.GenericIEqualityComparerT
An instance of IEqualityComparer<T> that will be used to compare items.
See Also