Click or drag to resize

PdfPointInequality Operator

Implements the operator !=.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static bool operator !=(
	PdfPoint a,
	PdfPoint b
)

Parameters

a
Type: Atalasoft.PdfDoc.GeometryPdfPoint
A.
b
Type: Atalasoft.PdfDoc.GeometryPdfPoint
The b.

Return Value

Type: Boolean
The result of the lack of equality.
See Also