[]
Determines whether the specified object is equal to this instance.
public override sealed bool Equals(object other)
Public NotOverridable Overrides Function Equals(other As Object) As Boolean
Type | Name | Description |
---|---|---|
object | other | The object to compare with the current object. |
Type | Description |
---|---|
bool |
|
public bool Equals(RichText other)
Public Function Equals(other As RichText) As Boolean
Type | Name | Description |
---|---|---|
RichText | other | The RichText object to compare with the current RichText object. |
Type | Description |
---|---|
bool |
|