Compare Property

BerkeleyDB

The Hash key comparison function. The comparison function is called whenever it is necessary to compare a key specified by the application with a key currently stored in the tree.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public EntryComparisonDelegate Compare { get; private set; }
Visual Basic (Declaration)
Public Property Compare As EntryComparisonDelegate
Visual C++
public:
property EntryComparisonDelegate^ Compare {
	EntryComparisonDelegate^ get ();
	void set (EntryComparisonDelegate^ value);
}

See Also