Table of Contents

Method Equals

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

Equals(object?)

Tests to see whether the specified object is a PdfSize with the same dimensions as this PdfSize.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to test.

Returns

bool

This method returns true if obj is a PdfSize and has the same width and height as this PdfSize; otherwise, false.

Equals(PdfSize)

Tests to see whether the specified size has the same dimensions as this PdfSize.

public readonly bool Equals(PdfSize other)

Parameters

other PdfSize

The size to test.

Returns

bool

This method returns true if other has the same width and height as this PdfSize; otherwise, false.