HexBinary.GetHashCode MethodHexBinary.GetHashCode MethodHexBinary::GetHashCode Method

Returns a hash code for this instance.

Syntax

Public Overrides Function GetHashCode() As Integer
public override int GetHashCode()
public:
virtual int GetHashCode() override
 

Return Value

Type: System.Int32System.Int32System::Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.