FreeImageBitmap.Equality Operator

FreeImage.NET

FreeImageBitmapEquality Operator
Determines whether two specified FreeImageBitmap objects have the same value.

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

Parameters

left
Type: FreeImageAPIFreeImageBitmap
A FreeImageBitmap or a null reference (Nothing in Visual Basic).
right
Type: FreeImageAPIFreeImageBitmap
A FreeImageBitmap or a null reference (Nothing in Visual Basic).

Return Value

Type: Boolean
true if the value of left is the same as the value of right; otherwise, false.
See Also