Keysight VISA.NET Help
GetHashCode Method



Returns a suitable Hash Code for this object. The Hash Code for two objects that are Equal must be the same. The Hash Code shouldn't change over the life of the object.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
'Usage
 
Dim instance As ParseResult
Dim value As Integer
 
value = instance.GetHashCode()
public override int GetHashCode()
public:
int GetHashCode(); override 

Return Value

The computed Hash Code
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025