FreeImage.NET Class Library Reference
FIRGB16Equality Operator |
Tests whether two specified FIRGB16 structures are equivalent.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator ==( FIRGB16 left, FIRGB16 right )
Parameters
- left
- Type: FreeImageAPIFIRGB16
The FIRGB16 that is to the left of the equality operator. - right
- Type: FreeImageAPIFIRGB16
The FIRGB16 that is to the right of the equality operator.
Return Value
Type: Booleantrue if the two FIRGB16 structures are equal; otherwise, false.
See Also