Keysight Pathwave 89600 VSA .NET API
Equals(Object) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > InstrumentId Structure > Equals Method : Equals(Object) Method


obj
The object to compare with the current instance.

Glossary Item Box

Determines whether the specified object is equal to the current InstrumentId instance. (Overrides System.ValueType.Equals(System.Object).)

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
C# 
public override bool Equals( 
   object? obj
)
C++/CLI 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The object to compare with the current instance.

Return Value

true if the specified object has the same InstrumentType and Address as the current instance; otherwise, false.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also

Reference

InstrumentId Structure
InstrumentId Members
Overload List
Base Implementation in Equals