[]
Checks whether this collection contains a custom xml part with specified id.
public bool Contains(string id)
Public Function Contains(id As String) As Boolean
Type | Name | Description |
---|---|---|
string | id | The custom xml id check. |
Type | Description |
---|---|
bool | True if the collection contains a custom xml part with the specified id, false otherwise. |