On 21/02/2008, Steven Schveighoffer <schveiguy at yahoo.com> wrote:
> Please please please, can we have this either not compile, or else do a
> reference compare:
>
> class C {}
>
> C x = null;
> x != null;
> x == null;
Yeah, but then how would you call opEquals?