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


In This Topic
    GetHashCode(Device) Method
    In This Topic
    Returns the hash code for the specified device.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetHashCode( _
       ByVal obj As Device _
    ) As Integer
    'Usage
     
    
    Dim instance As Device
    Dim obj As Device
    Dim value As Integer
     
    value = instance.GetHashCode(obj)
    public int GetHashCode( 
       Device obj
    )

    Parameters

    obj
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also