PdfImage.Equality Operator

Determines whether the two specified objects are equal to each other.

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

Syntax

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

Parameters

first
Type: BitMiracle.Docotic.Pdf.PdfImage
The first object to compare.
second
Type: BitMiracle.Docotic.Pdf.PdfImage
The second object to compare.

Return Value

Type: Boolean
true if specified objects are equal to each other; otherwise, false.

See Also