M_WolfCurses_Form_Form_1_GetHashCode_1 - Maxwolf/WolfCurses GitHub Wiki
Returns a hash code for the specified object.
Namespace: WolfCurses.Form
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public int GetHashCode(
Form<TData> obj
)
- obj
- Type: WolfCurses.Form.Form(TData)
The Object for which a hash code is to be returned.
Type: Int32
A hash code for the specified object.
IEqualityComparer(T).GetHashCode(T)
Exception | Condition |
---|---|
ArgumentNullException | The type of obj is a reference type and obj is null. |
Supported in: 0.1
Form(TData) Class
GetHashCode Overload
WolfCurses.Form Namespace