BITMAPINFOHEADER.Equals Method (BITMAPINFOHEADER)
From FreeImage.NET
FreeImage.NET Class Library Reference
| BITMAPINFOHEADEREquals Method (BITMAPINFOHEADER) |
Tests whether the specified BITMAPINFOHEADER structure is equivalent to this BITMAPINFOHEADER structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public bool Equals( BITMAPINFOHEADER other )
Parameters
- other
- Type: FreeImageAPIBITMAPINFOHEADER
A BITMAPINFOHEADER structure to compare to this instance.
Return Value
Type: Booleantrue if obj is a BITMAPINFOHEADER structure equivalent to this BITMAPINFOHEADER structure; otherwise, false.