Table of Contents

Method Equals

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

Equals(object?)

Tests whether obj is a PdfBox with the same properties.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to test.

Returns

bool

This method returns true if obj is a PdfBox and its properties are equal to the corresponding properties of this PdfBox; otherwise, false.

Equals(PdfBox)

Tests whether this and the other boxes have same properties.

public readonly bool Equals(PdfBox other)

Parameters

other PdfBox

The box to test.

Returns

bool

This method returns true if the other box is equal to this PdfBox; otherwise, false.