| BTreeBaseKey, ValueComparer Property  | 
 
            Gets the VelocityDbComparer(Of Key) that is used to determine the order of the items in the sorted set
            
 
    Namespace: 
   VelocityDb.Collection.BTree
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic abstract VelocityDbComparer<Key> Comparer { get; }Public MustOverride ReadOnly Property Comparer As VelocityDbComparer(Of Key)
	Get
public:
virtual property VelocityDbComparer<Key>^ Comparer {
	VelocityDbComparer<Key>^ get () abstract;
}abstract Comparer : VelocityDbComparer<'Key> with get
Property Value
Type: 
VelocityDbComparerKey See Also
See Also