Table of Contents

Operator operator ==

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

operator ==(PdfPoint, PdfPoint)

Compares two PdfPoint structures. The result specifies whether the values of the PdfPoint.X and PdfPoint.Y properties of the two PdfPoint structures are 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 if the PdfPoint.X and PdfPoint.Y values of the left and right PdfPoint structures are equal; otherwise, false.