Microsoft SDK for Java

hashCode

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.

Syntax

public int hashCode();

This method overrides Delegate.hashCode.

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