Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/address/
DAuthority.java83 Authority otherAuth = (Authority) other; in equals() local
84 if (!this.hostPort.equals(otherAuth.hostPort)) { in equals()
87 if (this.userInfo != null && otherAuth.userInfo != null) { in equals()
88 if (!this.userInfo.equals(otherAuth.userInfo)) { in equals()