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