Keysight VISA.NET Help
Equals(Object) Method



The Object o to compare with
Returns True iff the given object o is a ParseResult object equivalent to this object. Two ParseResult objects are equivalent if the ExpandedUnaliasedName for the two objects have the same value with their case ignored.
Syntax
'Declaration
 
Public Overloads Overrides Function Equals( _
   ByVal o As Object _
) As Boolean
'Usage
 
Dim instance As ParseResult
Dim o As Object
Dim value As Boolean
 
value = instance.Equals(o)
public override bool Equals( 
   object o
)
public:
bool Equals( 
   Object^ o
) override 

Parameters

o
The Object o to compare with
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025