Back to Devexpress

RichTextString.Equals(RichTextString) Method

officefileapi-devexpress-dot-spreadsheet-dot-richtextstring-dot-equals-x28-devexpress-dot-spreadsheet-dot-richtextstring-x29.md

latest1.7 KB
Original Source

RichTextString.Equals(RichTextString) Method

Determines whether the specified object is equal to the current RichTextString instance.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool Equals(
    RichTextString other
)
vb
Public Function Equals(
    other As RichTextString
) As Boolean

Parameters

NameTypeDescription
otherRichTextString

The object to compare with the current object.

|

Returns

TypeDescription
Boolean

true , if the specified object is equal to the current RichTextString instance; otherwise, false.

|

Implements

Equals(RichTextString)

See Also

RichTextString Class

RichTextString Members

DevExpress.Spreadsheet Namespace