FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetHashCode Method / GetHashCode() Method


In This Topic
    GetHashCode() Method
    In This Topic
    Returns the hash code for the current device instance.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As Device
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also