FontSourceCollection.Contains

FontSourceCollection.Contains method

Determines whether an element is in the collection.

public bool Contains(FontSource item)
ParameterTypeDescription
itemFontSourceFontSource object to search.

Return Value

True - if element found; otherwise, false.

See Also