FreeImage.NET Class Library Reference
MemoryArrayTEquals Method (MemoryArrayT) |
Tests whether the specified MemoryArrayT structure is equivalent to this
MemoryArrayT structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals( MemoryArray<T> other )
Parameters
- other
- Type: FreeImageAPIMemoryArrayT
The structure to test.
Return Value
Type: Booleantrue if other is equivalent to this MemoryArrayT structure; otherwise, false.
Implements
IEquatableTEquals(T)See Also