Tests whether two specified FI16RGB555 structures are different.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool operator !=( FI16RGB555 left, FI16RGB555 right ) |
Visual Basic (Declaration) |
---|
Public Shared Operator <> ( _ left As FI16RGB555, _ right As FI16RGB555 _ ) As Boolean |
Visual C++ |
---|
public: static bool operator !=( FI16RGB555 left, FI16RGB555 right ) |
Parameters
- left
- Type: FreeImageAPI..::.FI16RGB555
The FI16RGB555 that is to the left of the inequality operator.
- right
- Type: FreeImageAPI..::.FI16RGB555
The FI16RGB555 that is to the right of the inequality operator.