Contains

CharacterReplacementDictionary.Contains method

Determines whether a CharacterReplacementDictionary object contains a replacement for the specified Unicode code point.

public bool Contains(int codePoint)
Parameter Type Description
codePoint Int32 The Unicode code point to locate in the CharacterReplacementDictionary object.

Return Value

true if the CharacterReplacementDictionary object contains the specified Unicode code point; otherwise, false.

See Also