Microsoft SDK for Java

hashCode

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.

Syntax

public int hashCode();

Return Value

Returns a hash code for this Delegate.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.