MemoryArray(T).GetHashCode Method

FreeImage.NET

MemoryArrayTGetHashCode Method
Serves as a hash function for a particular type.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
A hash code for the current MemoryArrayT.
See Also