Namespace:
FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll)
Assembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public bool Equals( FIRGB16 other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As FIRGB16 _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( FIRGB16 other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.FIRGB16
A FIRGB16 structure to compare to this instance.