Microsoft SDK for Java

ListItem.equals

Retrieves a boolean value indicating whether the specified object is equivalent to this ListItem object.

Syntax

public boolean equals( Object obj )

Parameters

obj

The object to compare to this ListItem object.

Return Value

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

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