Lines Matching full:equals
58 * @see java.lang.Object#equals(java.lang.Object)
61 public boolean equals(Object obj) {
65 result = this.getKey().equals(other.getKey()) && this.getRecordType().equals(other.getRecordType()) && this.getRecordClass() == other.getRecordClass();
77 return this.getKey().equals(entry.getKey()) && this.getRecordType().equals(entry.getRecordType()) && ((DNSRecordClass.CLASS_ANY == entry.getRecordClass()) || this.getRecordClass().equals(entry.getRecordClass()));
87 return this.getSubtype().equals(other.getSubtype());
151 return _qualifiedNameMap.get(Fields.Application).equals("dns-sd") && _qualifiedNameMap.get(Fields.Instance).equals("_services");
161 if (_qualifiedNameMap.get(Fields.Application).equals("dns-sd")) {
163 return "b".equals(name) || "db".equals(name) || "r".equals(name) || "dr".equals(name) || "lb".equals(name);
265 * Overriden, to return a value which is consistent with the value returned by equals(Object).