Home
last modified time | relevance | path

Searched refs:thisAttribValue (Results 1 – 1 of 1) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java222 Object thisAttribValue = thisAttrib.getValue(); in attributesAreEqual() local
227 if (!thisAttribValue.equals(otherAttribValue)) { in attributesAreEqual()