Contains()

ITagCollection::Contains(System::String) method

Determines whether the collection contains a specific name.

virtual bool Aspose::Slides::ITagCollection::Contains(System::String name)=0

Arguments

ParameterTypeDescription
nameSystem::StringThe key to locate.

Return Value

True if the collection contains an tag with the specified key; otherwise, false.

See Also