[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgColor.Equals

Equals Method

Equals(SvgColor)

Determines whether the specified SvgColor is equal to this instance.

Declaration
public bool Equals(SvgColor other)
Public Function Equals(other As SvgColor) As Boolean
Parameters
Type Name Description
SvgColor other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

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