Click or drag to resize

TagList Contains Method

Indicates whether the collection contains a specific name.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: System String
The key to locate.

Return Value

Type: Boolean
True if the collection contains an tag with the specified key; otherwise, false.
See Also