FreeImage.NET Class Library Reference
FIBITMAPInequality Operator |
Tests whether two specified FIBITMAP structures are different.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator !=( FIBITMAP left, FIBITMAP right )
Parameters
- left
- Type: FreeImageAPIFIBITMAP
The FIBITMAP that is to the left of the inequality operator. - right
- Type: FreeImageAPIFIBITMAP
The FIBITMAP that is to the right of the inequality operator.
Return Value
Type: Booleantrue if the two FIBITMAP structures are different; otherwise, false.
See Also