Definition of “==” operator for Double

前端 未结 5 612
萌比男神i
萌比男神i 2020-12-23 08:38

For some reason I was sneaking into the .NET Framework source for the class Double and found out that the declaration of == is:

public static bo         


        
5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-23 09:30

    As indicated in the Microsoft documentation for the System.Runtime.Versioning Namespace:The types found in this namespace are intended for use within the .NET Framework and not for user applications.The System.Runtime.Versioning namespace contains advanced types that support versioning in side by side implementations of the .NET Framework.

提交回复
热议问题