Table of Contents

Method Equals

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

Equals(object?)

Tests whether obj is a PdfQuadrilateral with the corners of this PdfQuadrilateral.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to test.

Returns

bool

This method returns true if obj is a PdfQuadrilateral and it equals to this PdfQuadrilateral; otherwise, false.

Equals(PdfQuadrilateral)

Tests whether other has the same corners as in this PdfQuadrilateral.

public readonly bool Equals(PdfQuadrilateral other)

Parameters

other PdfQuadrilateral

The quadrilateral to test.

Returns

bool

This method returns true if other is equal to this PdfQuadrilateral; otherwise, false.