Click or drag to resize

PdfBoundsEquality Operator

Implements the operator ==.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.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