* Char.cs (Equals): Don't access 'm_value' field of other
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 19 Apr 2006 12:20:18 +0000 (12:20 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 19 Apr 2006 12:20:18 +0000 (12:20 -0000)
commit32d473db1e7d7820b62a3428b2031aa416ec72cb
tree70827c5ba82d70b37d24ee371dac74d59f0d456a
parent511cee78d13307a2a5346be94678b21a8734053f
* Char.cs (Equals): Don't access 'm_value' field of other
instances.  Cast directly to 'char'.

make it similar to other builtins (System.Int32 etc.)  A quick grep
shows that all 'm_value's are 'this_access'es.

svn path=/trunk/mcs/; revision=59636
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Char.cs