FIRGBF.Equality Operator

FreeImage.NET

FIRGBFEquality Operator
Tests whether two specified FIRGBF structures are equivalent.

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

Parameters

left
Type: FreeImageAPIFIRGBF
The FIRGBF that is to the left of the equality operator.
right
Type: FreeImageAPIFIRGBF
The FIRGBF that is to the right of the equality operator.

Return Value

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