HashCode Class
Provides a wrapper for a byte array that represents a hash value of a larger structure or data element.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.BusinessData.Infrastructure.HashCode
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public NotInheritable Class HashCode _
Inherits MarshalByRefObject
'Usage
Dim instance As HashCode
public sealed class HashCode : MarshalByRefObject
Remarks
The wrapper provides a convenient means of comparing hash values and hashing the hash values themselves.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.