FI16RGB555.Equality Operator

FreeImage.NET

FI16RGB555Equality Operator
Tests whether two specified FI16RGB555 structures are equivalent.

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

Parameters

left
Type: FreeImageAPIFI16RGB555
The FI16RGB555 that is to the left of the equality operator.
right
Type: FreeImageAPIFI16RGB555
The FI16RGB555 that is to the right of the equality operator.

Return Value

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