Microsoft SDK for Java

Pen.equals

Retrieves a boolean value that indicates whether the specified object is equivalent to this Pen object.

Syntax

public boolean equals( Object obj )

Parameters

obj

The object to compare to this one.

Return Value

Returns true if the given object is equivalent to this object; otherwise, returns false. The specified object must be a Pen object.

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