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