Table of Contents

Operator operator !=

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

operator !=(SvgPointF, SvgPointF)

This determines whether the coordinates of the specified points are not 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 true to indicate the X and Y values of left and right are not equal; otherwise, false.