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