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