GetHashCode Method
- Namespace
- SatorImaging.UnityFundamentals
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
- objUIToolkitEventSubscription<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 - objis a reference type and- objis null.