Bag<(Of <(<'T>)>)>..::..Comparer Property
Returns the IEqualityComparer<T> used to compare items in this bag.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
public IEqualityComparer<T> Comparer { get; }
Public ReadOnly Property Comparer As IEqualityComparer(Of T) Get
public: property IEqualityComparer<T>^ Comparer { IEqualityComparer<T>^ get (); }