Skip to main content
All docs
V25.1
  • Row

    ThreadedCommentCollection.Contains(ThreadedComment) Method

    Determines whether the collection contains the specified comment.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    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