Contains Method (XLCommentCollection)
Checks whether the collection contains a specific
XLComment object.
'Declaration
Public Function Contains( _
ByVal As XLComment _
) As System.Boolean
public System.bool Contains(
XLComment
)
Parameters
- comment
- The XLComment object to look for.
Return Value
True if the collection contains the comment, false otherwise.