FreeImage.NET Class Library Reference
FIRGB16Inequality Operator |
Tests whether two specified FIRGB16 structures are different.
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 inequality operator. - right
- Type: FreeImageAPIFIRGB16
The FIRGB16 that is to the right of the inequality operator.
Return Value
Type: Booleantrue if the two FIRGB16 structures are different; otherwise, false.
See Also