GlyphIdList.Contains

GlyphIdList.Contains method

Returns true in case glyph id is in the list.

public bool Contains(GlyphId glyphId)
ParameterTypeDescription
glyphIdGlyphIdglyph identifier

Return Value

true in case glyph id is in the list, otherwise false

See Also