Tests whether the specified MemoryArray<(Of <(T>)>) structure is equivalent to this
MemoryArray<(Of <(T>)>) structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool Equals( MemoryArray<T> other ) |
Visual Basic (Declaration) |
---|
Public Function Equals ( _ other As MemoryArray(Of T) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( MemoryArray<T>^ other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.MemoryArray<(Of <(T>)>)
The structure to test.