The current description of the return value is misleading.
If you are overriding this method in custom ConfigurationElement class you should return false if the attribute is indeed unexpected, and return true if you have handled this attribute. If you return false, the configuration subsystem will throw an unhandled ConfigurationErrorsException.