Microsoft SDK for Java

Region.equals

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

Syntax

public boolean equals( Object obj )

Parameters

obj

The object to compare to this one. This parameter must designate a valid Region object.

Return Value

Returns true if the specified object is equivalent to this one; otherwise, returns false.

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