CharacterReplacementDictionaryContains Method |
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic bool Contains(
char character
)
Public Function Contains (
character As Char
) As Boolean
public:
bool Contains(
wchar_t character
)
member Contains :
character : char -> bool
Parameters
- character
- Type: SystemChar
The character to locate in the CharacterReplacementDictionary object.
Return Value
Type:
Booleantrue if the
CharacterReplacementDictionary object contains the specified character;
otherwise,
false.
See Also