Double.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether two specified Double values are equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
- Type: System.Double
The first value to compare.
- right
- Type: System.Double
The second value to compare.
Show: