Dual32Key struct, allows the usage of two 32-bit integer values as a combined 64-bit key.
Compares this instance with rhs.
false if 'uint' is the type of hi (below) or true if it is 'int'.
hi: Carries the higher 32 bits of the key.
lo: Carries the lower 32 bits of the key.
See Implementation
Dual32Key struct, allows the usage of two 32-bit integer values as a combined 64-bit key.