PdfQuadrilateral.Equality Operator

Tests whether two PdfQuadrilateral structures equal.

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

Syntax

C#
public static bool operator ==(
	PdfQuadrilateral left,
	PdfQuadrilateral right
)
VB
Public Shared Operator = ( 
	left As PdfQuadrilateral,
	right As PdfQuadrilateral
) As Boolean

Parameters

left
Type: BitMiracle.Docotic.Pdf.PdfQuadrilateral
The PdfQuadrilateral structure that is to the left of the equality operator.
right
Type: BitMiracle.Docotic.Pdf.PdfQuadrilateral
The PdfQuadrilateral structure that is to the right of the equality operator.

Return Value

Type: Boolean
This operator returns true if the two specified PdfQuadrilateral structures have the same vertices in the same order.

See Also