StaticSETofIntsContains Method |
Is the key in this set of integers?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
int key
)
Parameters
- key
- Type: SystemInt32
the search key
Return Value
Type:
Booleantrue if the set of integers contains the key; false otherwise
See Also