PdfMatrix.Equality Operator

Determines whether the two specified PdfMatrix structures are identical.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public static bool operator ==(
	PdfMatrix first,
	PdfMatrix second
)
VB
Public Shared Operator = ( 
	first As PdfMatrix,
	second As PdfMatrix
) As Boolean

Parameters

first
Type: BitMiracle.Docotic.Pdf.PdfMatrix
The first PdfMatrix structure to compare.
second
Type: BitMiracle.Docotic.Pdf.PdfMatrix
The second PdfMatrix structure to compare.

Return Value

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

See Also