This method of the MulticastDelegate class returns a hash code for this Delegate. If two Delegates compare equals according to Delegate.equals, they will have the same hash code.
public int hashCode();
This method overrides Delegate.hashCode.