NodeTKeyIsKeyInsideBounds Method
Checks if the specified key falls within the bounds of this node.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool IsKeyInsideBounds(
TKey key
)
Public Function IsKeyInsideBounds (
key As TKey
) As Boolean
public:
bool IsKeyInsideBounds(
TKey key
)
function IsKeyInsideBounds(key);
- key TKey
- The key to check.
Booleantrue if the key is within the node's bounds; otherwise,
false.