Click or drag to resize

PdfRectangleEquals Method (PdfRectangle, Double)

Compares this instance to the specified other instance for approximate equality within the given tolerance.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public bool Equals(
	PdfRectangle other,
	double tolerance
)

Parameters

other
Type: Opait.Pdf.ApiPdfRectangle
The specified instance to compare with.
tolerance
Type: SystemDouble
The comparison tolerance value.

Return Value

Type: Boolean
'true' if this instance is approximately the same as the specified instance; otherwise, 'false'.
See Also