FIMULTIBITMAP.Equality Operator

FreeImage.NET

FIMULTIBITMAPEquality Operator
Tests whether two specified FIMULTIBITMAP structures are equivalent.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator ==(
	FIMULTIBITMAP left,
	FIMULTIBITMAP right
)

Parameters

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

Return Value

Type: Boolean
true if the two FIMULTIBITMAP structures are equal; otherwise, false.
See Also