TikTok interview question

const a = Foo.prototype; const b = Object.getPrototypeOf(new Foo()); const c = Object.getPrototypeOf(Foo); are a, b, c equal to each other