class interface DS_EQUALITY_TESTER[G] feature(s) from DS_EQUALITY_TESTER -- Status report test (v, u: G): BOOLEAN -- Are v and u considered equal? -- (Use equal by default.) end of DS_EQUALITY_TESTER[G]