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