Table of Contents

Operator operator ==

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

operator ==(SvgPointF, SvgPointF)

This compares two SvgPointF structures. The result specifies whether the values of the X and Y properties of the two SvgPointF structures are equal.

public static bool operator ==(SvgPointF left, SvgPointF right)

Parameters

left SvgPointF

A SvgPointF to compare.

right SvgPointF

A SvgPointF to compare.

Returns

bool

This is true if the X and Y values of the left and right SvgPointF structures are equal; otherwise, false.