[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPoint.Equals

Equals Method

Equals(SvgPoint)

Determines whether the specified SvgPoint is equal to this instance.

Declaration
public bool Equals(SvgPoint other)
Public Function Equals(other As SvgPoint) As Boolean
Parameters
Type Name Description
SvgPoint 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