Table of Contents

GetHashCode Method

GetHashCode()

public override int GetHashCode()

Returns the hash code for this instance.

Returns

int

A 32-bit signed integer that is the hash code for this instance.

GetHashCode(UIToolkitEventSubscription<TEventType, TState>)

public int GetHashCode(UIToolkitEventSubscription<TEventType, TState> obj)

Returns a hash code for the specified object.

Parameters

obj UIToolkitEventSubscription<TEventType, TState>

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.