Packagevegas.core
Interfacepublic interface IHashable
SubinterfacesIDisplayObject, IEventDispatcher, ISound
ImplementorsCoreObject

Interface implemented by classes that can return a hash code value.



Public Methods
 MethodDefined by
  
hashCode():uint
Returns a hash code value for the object.
IHashable
Method detail
hashCode()method
public function hashCode():uint

Returns a hash code value for the object.

Returns
uint — a hash code value for the object.