Table of Contents

Method GetHashCode

Namespace
Alternet.Common.Python
Assembly
Alternet.Common.Python.v9.dll

GetHashCode(ICodeEnvironment)

Returns a hash code for the specified object.

public int GetHashCode(ICodeEnvironment obj)

Parameters

obj ICodeEnvironment

The 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.