Table of Contents

Operator operator ==

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

operator ==(PdfMatrix, PdfMatrix)

Determines whether the two specified PdfMatrix structures are identical.

public static bool operator ==(PdfMatrix first, PdfMatrix second)

Parameters

first PdfMatrix

The first PdfMatrix structure to compare.

second PdfMatrix

The second PdfMatrix structure to compare.

Returns

bool

true if first and second are identical; otherwise, false.