FreeImage.NET Class Library Reference
MemoryArrayTEquals Method (Object) |
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 override bool Equals( Object obj )
Parameters
- obj
- Type: SystemObject
The structure to test.
Return Value
Type: Booleantrue if obj is a MemoryArrayT instance equivalent to this MemoryArrayT structure; otherwise, false.
See Also