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