Tests whether the specified MemoryArray<(Of <(T>)>) structure is equivalent to this MemoryArray<(Of <(T>)>) structure.

Namespace:  FreeImageAPI
Assembly:  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.

Return Value

true if other is equivalent to this MemoryArray<(Of <(T>)>) structure; otherwise, false.

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also