trait Equality extends Equals
- Alphabetic
- By Inheritance
- Equality
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Concrete Value Members
- def canEqual(other: Any): Boolean
We insist we're only equal to other
xml.Equality
implementors, which heads off a lot of inconsistency up front.We insist we're only equal to other
xml.Equality
implementors, which heads off a lot of inconsistency up front.- Definition Classes
- Equality → Equals
- def equals(other: Any): Boolean
- Definition Classes
- Equality → Equals → AnyRef → Any
- def hashCode(): Int
It's be nice to make these final, but there are probably people out there subclassing the XML types, especially when it comes to equals.
It's be nice to make these final, but there are probably people out there subclassing the XML types, especially when it comes to equals. However WE at least can pretend they are final since clearly individual classes cannot be trusted to maintain a semblance of order.
- Definition Classes
- Equality → AnyRef → Any
- def strict_!=(other: Equality): Boolean
- final def xml_!=(other: Any): Boolean
- final def xml_==(other: Any): Boolean