Microsoft SDK for Java

equals

This method of the WildcardExpression Class determines if this object is equivalent to another object.

Syntax

public boolean equals(Object obj);

Return Value

Returns true if obj is equivalent or matched by this object; otherwise, returns false.

Parameters

obj A String to match against this expression or a WildcardExpression to compare for equivalence.

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