Click or drag to resize

PdfBoundsEquality 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 ==(
	PdfBounds a,
	PdfBounds b
)

Parameters

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

Return Value

Type: Boolean
The result of the equality.
See Also