Skip to main content
All docs
V23.2
Row

RepliedThreadedCommentCollection.Contains(RepliedThreadedComment) Method

Determines whether the collection contains the specified reply.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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