equalTo abstract method

  1. @protected
bool equalTo(
  1. Object other
)
inherited

Checks the equlity of two specs.

Equality is very important for specs that a custom spec should override this method. Usually two specs are equal if they are of the same type and have same properties.

It is used by ==.

Implementation

@protected
bool equalTo(Object other);