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


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

Glossary Item Box

Compares two ChannelId structures for equality.

Syntax

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

Parameters

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

Return Value

true if the two instances of ChannelId have the same Group and Channel; otherwise, false.

Requirements

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

See Also