[]
Checks whether this collection contains an endnote with a specified ID.
public bool Contains(long id)
Public Function Contains(id As Long) As Boolean
| Type | Name | Description |
|---|---|---|
| long | id | The endnote ID. |
| Type | Description |
|---|---|
| bool | True if the collection contains an endnote with the specified ID, false otherwise. |