Microsoft SDK for Java

List.containsItem

Determines whether the specified item is contained in the list.

Syntax

public boolean containsItem( Object item )

Parameters

item

The item to search for.

Return Value

Returns true if the item is in the list; otherwise, returns false.

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