Table of Contents

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

obj MaaContext

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 obj is a reference type and obj is null.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.