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