BITMAPINFOHEADER.Equality Operator

FreeImage.NET

BITMAPINFOHEADEREquality Operator
Tests whether two specified BITMAPINFOHEADER structures are equivalent.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator ==(
	BITMAPINFOHEADER left,
	BITMAPINFOHEADER right
)

Parameters

left
Type: FreeImageAPIBITMAPINFOHEADER
The BITMAPINFOHEADER that is to the left of the equality operator.
right
Type: FreeImageAPIBITMAPINFOHEADER
The BITMAPINFOHEADER that is to the right of the equality operator.

Return Value

Type: Boolean
true if the two BITMAPINFOHEADER structures are equal; otherwise, false.
See Also