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