FreeImage.NET Class Library Reference
![]() | fi_handleInequality Operator |
Tests whether two specified fi_handle structures are different.
Namespace: FreeImageAPI.IO
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

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 inequality operator. - right
- Type: FreeImageAPI.IOfi_handle
The fi_handle that is to the right of the inequality operator.
Return Value
Type: Booleantrue if the two fi_handle structures are different; otherwise, false.
