[]
Checks whether the collection contains a specific XLComment object.
public bool Contains(XLComment comment)
Public Function Contains(comment As XLComment) As Boolean
| Type | Name | Description |
|---|---|---|
| XLComment | comment | The XLComment object to look for. |
| Type | Description |
|---|---|
| bool | True if the collection contains the comment, false otherwise. |