Microsoft SDK for Java

equals

This method of the FontX Class checks that the argument is not null (is either a Font or a FontX object) and has the same name, same style, and same point size as this FontX object.

Syntax

public boolean equals(Object obj);

Return Value

Returns true if the objects are equal; otherwise, returns false.

Parameters

obj The object to be compared with the FontX object.

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