Returns true if the argument is a character in this alphabet.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
char c
)
Parameters
- c
- Type: SystemChar
the character
Return Value
Type:
Booleantrue if
c is a character in this alphabet;
false otherwise
See Also