Tests whether the specified BITMAPINFOHEADER structure is equivalent to this BITMAPINFOHEADER structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public bool Equals( BITMAPINFOHEADER other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As BITMAPINFOHEADER _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( BITMAPINFOHEADER other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.BITMAPINFOHEADER
A BITMAPINFOHEADER structure to compare to this instance.