Tests whether two specified FIMETADATA structures are equivalent.
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 equality operator.
- right
- Type: FreeImageAPI..::.FIMETADATA
The FIMETADATA that is to the right of the equality operator.