[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPaint.Equals

Equals Method

Equals(SvgPaint)

Determines whether the specified SvgPaint is equal to this instance.

Declaration
public bool Equals(SvgPaint other)
Parameters
Type Name Description
SvgPaint other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool
Overrides