FreeImage.NET Class Library Reference
MemoryArrayTEquality Operator |
Tests whether two specified MemoryArrayT structures are equivalent.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator ==( MemoryArray<T> left, MemoryArray<T> right )
Parameters
- left
- Type: FreeImageAPIMemoryArrayT
The MemoryArrayT that is to the left of the equality operator. - right
- Type: FreeImageAPIMemoryArrayT
The MemoryArrayT that is to the right of the equality operator.
Return Value
Type: Booleantrue if the two MemoryArrayT structures are equal; otherwise, false.
See Also