Tests whether two specified FIMULTIBITMAP structures are equivalent.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool operator ==(
	FIMULTIBITMAP left,
	FIMULTIBITMAP right
)
Visual Basic (Declaration)
Public Shared Operator = ( _
	left As FIMULTIBITMAP, _
	right As FIMULTIBITMAP _
) As Boolean
Visual C++
public:
static bool operator ==(
	FIMULTIBITMAP left, 
	FIMULTIBITMAP right
)

Parameters

left
Type: FreeImageAPI..::.FIMULTIBITMAP
The FIMULTIBITMAP that is to the left of the equality operator.
right
Type: FreeImageAPI..::.FIMULTIBITMAP
The FIMULTIBITMAP that is to the right of the equality operator.

Return Value

true if the two FIMULTIBITMAP structures are equal; otherwise, false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also