FontMetrics.equals

Overview | Methods | Fields | This Package | All Packages

FontMetrics.equals

Retrieves a boolean value that indicates whether the specified object is equivalent to this FontMetrics 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 equal to this one; otherwise, returns false.

See Also   java.lang.Object