Brush.equals

Overview | Methods | Fields | This Package | All Packages

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.