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
)
Public Function Contains (
name As String
) As Boolean
public:
bool Contains(
String^ name
)
member Contains :
name : string -> bool
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