Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+
Row

ThreadedCommentCollection.Contains(ThreadedComment) Method

Determines whether the collection contains the specified comment.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.1.Core.dll

Declaration

bool Contains(
    ThreadedComment threadedComment
)

Parameters

Name Type Description
threadedComment ThreadedComment

A comment to be checked.

Returns

Type Description
Boolean

true if the collection contains the comment; otherwise, false.

See Also