- objectToTest
- the Object to test for equality with this QName
Documentation for this section has not yet been entered.
Test this QName for equality with another Object.
If the Object to be tested is not a QName or is null, then this method returns false.
Two QNames are considered equal if and only if both the Namespace URI and local part are equal. This method uses String.equals() to check equality of the Namespace URI and local part. The prefix is NOT used to determine equality.
This method satisfies the general contract of Java.Lang.Object.Equals(Java.Lang.Object)