Tests whether two specified BITMAPINFO structures are different.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool operator !=( BITMAPINFO left, BITMAPINFO right ) |
Visual Basic (Declaration) |
---|
Public Shared Operator <> ( _ left As BITMAPINFO, _ right As BITMAPINFO _ ) As Boolean |
Visual C++ |
---|
public: static bool operator !=( BITMAPINFO left, BITMAPINFO right ) |
Parameters
- left
- Type: FreeImageAPI..::.BITMAPINFO
The BITMAPINFO that is to the left of the inequality operator.
- right
- Type: FreeImageAPI..::.BITMAPINFO
The BITMAPINFO that is to the right of the inequality operator.