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