/*
*******************************************************************************
*
-* Copyright (C) 2002-2006, International Business Machines
+* Copyright (C) 2002-2007, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
*
* @param that The other string enumeration to compare this object to
* @return TRUE if the enumerations are equal. FALSE if not.
- * @draft ICU 3.6
+ * @stable ICU 3.6
*/
virtual UBool operator==(const StringEnumeration& that)const;
/**
*
* @param that The other string enumeration to compare this object to
* @return TRUE if the enumerations are equal. FALSE if not.
- * @draft ICU 3.6
+ * @stable ICU 3.6
*/
virtual UBool operator!=(const StringEnumeration& that)const;