This method of the Delegate 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();
Returns a hash code for this Delegate.