Table of Contents

Method GetHashCode

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetHashCode(Toplevel)

Returns a hash code for the specified object.

public int GetHashCode(Toplevel obj)

Parameters

obj Toplevel

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