FontSubstitutionCollection.Contains

FontSubstitutionCollection.Contains method

Determines whether an element is in the collection.

public bool Contains(FontSubstitution item)
ParameterTypeDescription
itemFontSubstitutionFontSubstitution object to search.

Return Value

True - if element found; otherwise, false.

See Also