Click or drag to resize
SetTComparer Property
Returns the IEqualityComparer<T> 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 IEqualityComparer<T> Comparer { get; }

Property Value

Type: IEqualityComparerT
If the set was created using a comparer, that comparer is returned. Otherwise the default comparer for T (EqualityComparer<T>.Default) is returned.
See Also