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