GetHashCode(Device) Method
In This Topic
Returns the hash code for the specified device.
Syntax
'Declaration
Public Overloads Function GetHashCode( _
ByVal 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
)
Parameters
- obj
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also