Used to implement API equality.
If includePrivate is true, private and private[this] members are included in the comparison. Otherwise, those members are excluded.
- Companion:
- object
Value members
Concrete methods
Returns true if source a has the same API as source b.
Returns true if source a has the same API as source b.
Checks that the two definitions are the same, other than their name.
Checks that the two definitions are the same, other than their name.
Checks that the definitions in a are the same as those in b, ignoring order.
Each list is assumed to have already been checked to have the same names (by sameDefinitions, for example).
Checks that the definitions in a are the same as those in b, ignoring order.
Each list is assumed to have already been checked to have the same names (by sameDefinitions, for example).