Class DS_EQUALITY_TESTER PreviousNext

note
description:

    "Equality testers"

library:    "Gobo Eiffel Structure Library"
author:     "Eric Bezault <ericb@gobosoft.com>"
copyright:  "Copyright (c) 1999, Eric Bezault and others"
license:    "MIT License"
class interface
DS_EQUALITY_TESTER [G]
feature -- Status report
test (v, u: G): BOOLEAN
        -- Are v and u considered equal?
        -- (Use equal by default.)
end -- class DS_EQUALITY_TESTER

Copyright © 1999, Eric Bezault
mailto:
ericb@gobosoft.com
http:
//www.gobosoft.com
Last Updated: 8 August 1999

HomeTocPreviousNext