[lang-ref]
( basic )
>
( operator )
> ( comparison_operator_equal ) ( python )
[lang-ref] ( comparison_operator_equal ) ( python )
def test_comparison_operator_equal(): # == assert 1 == 1 assert 'a' == 'a'