Boolean.GetHashCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the hash code for this instance.
Assembly: mscorlib (in mscorlib.dll)
The Boolean class implements true as the integer, one, and false as the integer, zero. However, a particular programming language might represent true and false with other values.
Show: