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