>> Hello, is there a way I can implement the ability to go (a==b==c) on instances instead of (a==b && b==c)

As Laserlight pointed out, this would probably be the wrong approach. The best policy is...