Click or drag to resize
ICustomLookupKMatches Method
Tests whether a specified key matches the current key (for example, in hierarchical indexing based on tuples, if the current key represents a pair (1, _) then the value (1, 42) would match).

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
bool Matches(
	K param0
)

Parameters

param0
Type: K

[Missing <param name="param0"/> documentation for "M:Deedle.ICustomLookup`1.Matches(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Deedle.ICustomLookup`1.Matches(`0)"]

See Also