这主要是学术性的——但我正在研究ValueTypes的Equals()的实现。源代码在这里:http://referencesource.microsoft.com/#mscorlib/system/valuetype.cs#38引起我注意的代码是这样的://iftherearenoGCreferencesinthisobjectwecanavoidreflection//anddoafastmemcmpif(CanCompareBits(this))returnFastEqualsCheck(thisObj,obj);FastEqualsCheck()声明如下:[System.Sec