Microsoft SDK for Java

Brush.equals

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

Syntax

public boolean equals( Object obj )

Parameters

obj

The object to which to compare this brush.

Return Value

Returns true if the specified object is a Brush object and is equivalent to this brush; otherwise, returns false.

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