Microsoft SDK for Java

List.equals

Tests for equality between this list and the object.

Syntax

public boolean equals( Object obj )

Parameters

obj

The object to compare.

Return Value

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

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