Excel for WPF and Silverlight
Contains Method (XLCommentCollection)

C1.WPF.Excel Namespace > XLCommentCollection Class : Contains Method
The XLComment object to look for.
Checks whether the collection contains a specific XLComment object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal comment As XLComment _
) As System.Boolean
public System.bool Contains( 
   XLComment comment
)

Parameters

comment
The XLComment object to look for.

Return Value

True if the collection contains the comment, false otherwise.
See Also

Reference

XLCommentCollection Class
XLCommentCollection Members