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