โ Back to Interfaces
Question 616
Value Equality With IEquatable
Value Equality With IEquatable
ThePointclass implementsIEquatable<Point>. CompleteEquals(Point other)so two points are equal when theirXandYmatch. Do NOT write aMainmethod. Comparing(1,2)with(1,2)then(1,2)with(3,4)the program prints: True False
Expected Output:
True False
Topics:
Interfaces
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.