BitVector32.GetHashCode Method ()
.NET Framework (current version)
Serves as a hash function for the BitVector32.
Assembly: System (in System.dll)
The hash code of a BitVector32 is based on the value of Data. Two instances of BitVector32 with the same value for Data will also generate the same hash code.
This method is an O(1) operation.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: