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