Back to Devexpress

ThreadedCommentCollection.Contains(ThreadedComment) Method

officefileapi-devexpress-dot-spreadsheet-dot-threadedcommentcollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-threadedcomment-x29.md

latest1.5 KB
Original Source

ThreadedCommentCollection.Contains(ThreadedComment) Method

Determines whether the collection contains the specified comment.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    ThreadedComment threadedComment
)
vb
Function Contains(
    threadedComment As ThreadedComment
) As Boolean

Parameters

NameTypeDescription
threadedCommentThreadedComment

A comment to be checked.

|

Returns

TypeDescription
Boolean

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

|

See Also

ThreadedCommentCollection Interface

ThreadedCommentCollection Members

DevExpress.Spreadsheet Namespace