NameToCodeMap.ContainsKey

NameToCodeMap.ContainsKey method

Returns true in case the key is already in the map.

public bool ContainsKey(string name)
ParameterTypeDescription
nameStringGlyph name.

Return Value

True or false.

See Also