Skip to main content
All docs
V25.1
  • Row

    RepliedThreadedCommentCollection.Contains(RepliedThreadedComment) Method

    Determines whether the collection contains the specified reply.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool Contains(
        RepliedThreadedComment repliedThreadedComment
    )

    Parameters

    Name Type Description
    repliedThreadedComment RepliedThreadedComment

    A reply to be checked.

    Returns

    Type Description
    Boolean

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

    See Also