Keysight Pathwave 89600 VSA .NET API
Equality Operator
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > InstrumentId Structure : Equality Operator


left
The first instance of InstrumentId to compare.
right
The second instance of InstrumentId to compare.

Glossary Item Box

Compares two InstrumentId structures for equality.

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal left As InstrumentId, _
   ByVal right As InstrumentId _
) As Boolean
C# 
public bool operator ==( 
   InstrumentId left,
   InstrumentId right
)
C++/CLI 
public:
bool operator ==( 
   InstrumentId left,
   InstrumentId right
)

Parameters

left
The first instance of InstrumentId to compare.
right
The second instance of InstrumentId to compare.

Return Value

true if the two instances of InstrumentId have the same InstrumentType and Address; otherwise, false.

Requirements

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

See Also