VelocityDbHashSetTComparer Property  | 
  
            Gets the IEqualityComparer that is used to determine equality of keys for
            the VelocityDbHashSet. 
            
 
    Namespace: 
   VelocityDb.Collection
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic IEqualityComparer<T> Comparer { get; }Public ReadOnly Property Comparer As IEqualityComparer(Of T)
	Get
public:
property IEqualityComparer<T>^ Comparer {
	IEqualityComparer<T>^ get ();
}member Comparer : IEqualityComparer<'T> with get
Property Value
Type: 
IEqualityComparerT
See Also