[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.RichText.Equals

Equals Method

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override sealed bool Equals(object other)
Public NotOverridable Overrides Function Equals(other As Object) As Boolean
Parameters
Type Name Description
object other

The object to compare with the current object.

Returns
Type Description
bool

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

Overrides

Equals(RichText)

Determines whether the specified RichText object is equal to the current RichText object.

Declaration
public bool Equals(RichText other)
Public Function Equals(other As RichText) As Boolean
Parameters
Type Name Description
RichText other

The RichText object to compare with the current RichText object.

Returns
Type Description
bool

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

Implements