Table of Contents

Method Equals

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

Equals(object?)

Determines whether the specified object is equal to this PdfMatrix.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to compare.

Returns

bool

true if obj is a PdfMatrix structure that is identical to this PdfMatrix structure; otherwise, false.

Equals(PdfMatrix)

Tests whether this and the other matrices have same properties.

public readonly bool Equals(PdfMatrix other)

Parameters

other PdfMatrix

The matrix to test.

Returns

bool

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