BITMAPINFOHEADER.Equals Method (BITMAPINFOHEADER)

FreeImage.NET

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)
Syntax
C#
public bool Equals(
	BITMAPINFOHEADER other
)

Parameters

other
Type: FreeImageAPIBITMAPINFOHEADER
A BITMAPINFOHEADER structure to compare to this instance.

Return Value

Type: Boolean
true if obj is a BITMAPINFOHEADER structure equivalent to this BITMAPINFOHEADER structure; otherwise, false.

Implements

IEquatableTEquals(T)
See Also