Packages

trait Equality extends Equals

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Equality
  2. Equals
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def strict_==(other: Equality): Boolean

Concrete Value Members

  1. 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
  2. def equals(other: Any): Boolean
    Definition Classes
    Equality → Equals → AnyRef → Any
  3. 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
  4. def strict_!=(other: Equality): Boolean
  5. final def xml_!=(other: Any): Boolean
  6. final def xml_==(other: Any): Boolean