fi_handle.Equality Operator

FreeImage.NET

fi_handleEquality Operator
Tests whether two specified fi_handle structures are equivalent.

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

Parameters

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

Return Value

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