NodeTKeyIsKeyInsideBounds Method

Checks if the specified key falls within the bounds of this node.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool IsKeyInsideBounds(
	TKey key
)

Parameters

key  TKey
The key to check.

Return Value

Boolean
true if the key is within the node's bounds; otherwise, false.

See Also