Which Function Overloads The Operator #1062
Which function overloads the == operator?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Classes and Objects - Python Operator Overloading - Quiz No.1.
Which function overloads the == operator?
__eq__()
__equ__()
__isequal__()
none of the mentioned