FIRGBA16.Equality Operator

FreeImage.NET

FIRGBA16Equality Operator
Tests whether two specified FIRGBA16 structures are equivalent.

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

Parameters

left
Type: FreeImageAPIFIRGBA16
The FIRGBA16 that is to the left of the equality operator.
right
Type: FreeImageAPIFIRGBA16
The FIRGBA16 that is to the right of the equality operator.

Return Value

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