'Swift Equatable protocol default implementation

I check Equatable protocol in Swift source code on Github and as I understand it should provide default implementation for == parameter through extension but i see only (!==, ===, !=) how is it possible?

https://github.com/apple/swift/blob/main/stdlib/public/core/Equatable.swift



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source