Click or drag to resize
AlphabetContains Method
Returns true if the argument is a character in this alphabet.

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

Parameters

c
Type: SystemChar
the character

Return Value

Type: Boolean
true if c is a character in this alphabet; false otherwise
See Also