Microsoft SDK for Java

equals

This method of the Delegate class compares two Delegate objects.

Syntax

public boolean equals(Object objOther);

Parameters

objOther The Delegate object to compare.

Return Value

Returns true if and only if the argument is not null and is a Delegate object that has the same target and method as this Delegate object.

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