Table of Contents

Method Equals

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

Equals(object)

This determines whether this SvgPointF contains the same coordinates as the specified object.

public override bool Equals(object obj)

Parameters

obj object

The object to test.

Returns

bool

This method returns true if the specified object is a SvgPointF and has the same coordinates as this SvgPointF; otherwise, false.

Equals(SvgPointF)

This determines whether this SvgPointF contains the same coordinates as the specified SvgPointF.

public bool Equals(SvgPointF other)

Parameters

other SvgPointF

The SvgPointF to test.

Returns

bool

This method returns true if the specified SvgPointF has the same coordinates as this SvgPointF; otherwise, false.