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