FreeImage.NET Class Library Reference
FreeImageBitmapInequality Operator |
Determines whether two specified FreeImageBitmap objects have different values.
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: Booleantrue if the value of left is different from the value of right; otherwise, false.
See Also