Microsoft SDK for Java

Palette.equals

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

Syntax

public boolean equals( Object pal )

Parameters

pal

The object to compare to this one.

Return Value

Returns true if the given object is equivalent to this object; otherwise, returns false. For this method to return true, the specified object must be a Palette object and must be equal to this one.

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