A value between 0 and 1, the proportion of keys equal to the specified key.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public double Equal { get; }
Visual Basic (Declaration)
Public ReadOnly Property Equal As Double
Visual C++
public:
property double Equal {
	double get ();
}

See Also