Microsoft SDK for Java

Locale.setCompareIgnoreSymbols

Sets the symbol sensitivity of string comparisons.

Syntax

public void setCompareIgnoreSymbols( boolean value )

Parameters

value

The new value for the CompareIgnoreSymbols property.

Remarks

When set to true, string comparisons will ignore symbols.

See Also   getCompareIgnoreSymbols, getCompareIgnoreCase, setCompareIgnoreCase, getCompareIgnoreKana, setCompareIgnoreKana, getCompareIgnoreKashida, setCompareIgnoreKashida, getCompareIgnoreNonSpace, setCompareIgnoreNonSpace, getCompareIgnoreWidth, setCompareIgnoreWidth

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