Click or drag to resize
StaticSETofIntsContains Method
Is the key in this set of integers?

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Contains(
	int key
)

Parameters

key
Type: SystemInt32
the search key

Return Value

Type: Boolean
true if the set of integers contains the key; false otherwise
See Also