| 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 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