[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ColorChange.Equals

Equals Method

Equals(ColorChange)

Declaration
protected bool Equals(ColorChange other)
Protected Function Equals(other As ColorChange) As Boolean
Parameters
Type Name Description
ColorChange other
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides