Which Function Overloads The Operator #760
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 Mapping Functions - Python Mapping Functions - Quiz No.1.
Which function overloads the == operator?
__eq__()
__equ__()
__isequal__()
none of the mentioned