Table of Contents

Operator operator !=

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

operator !=(PdfPoint, PdfPoint)

Determines whether the coordinates of the specified points are not equal.

public static bool operator !=(PdfPoint left, PdfPoint right)

Parameters

left PdfPoint

A PdfPoint to compare.

right PdfPoint

Another PdfPoint to compare.

Returns

bool

true to indicate the PdfPoint.X and PdfPoint.Y values of left and right are not equal; otherwise, false.