Function BTree._isValueEqual
Wrapper for ValueLessF that will fail at compile time if its signature does not match.
static bool _isValueEqual
(
in ValueT v1,
in ValueT v2
);
Wrapper for ValueLessF that will fail at compile time if its signature does not match.
static bool _isValueEqual
(
in ValueT v1,
in ValueT v2
);