The runtime version is called jl_egal, is defined in C and defines the semantics. Obviously there’s lots of optimizations for special cases in different parts of the compiler though.
All builtins are defined as c functions and most if not all are in builtins.c. You can find all the relevant code by searching for === in src/ and ignoreing all the ones in comments…