Method GetHashCode
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetHashCode(MaaContext)
Returns a hash code for the specified object.
public int GetHashCode(MaaContext obj)Parameters
objMaaContext-
The System.Object for which a hash code is to be returned.
Returns
- int
-
A hash code for the specified object.
Exceptions
- ArgumentNullException
-
The type of
objis a reference type andobjis null.
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()Returns
- int
-
A hash code for the current object.