Serves as a hash function for a particular type.
public override int GetHashCode()
public: int GetHashCode(); override
public:
int GetHashCode(); override
'Declaration
Public Overrides Function GetHashCode() As Integer
'Usage
Dim instance As PrintingUnit
Dim value As Integer
value = instance.GetHashCode()
Return Value
A hash code for the current unit type.