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


other
The ChannelId structure to compare with the current instance.

Glossary Item Box

Determines whether the specified ChannelId is equal to the current ChannelId instance.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Equals( _
   ByVal other As ChannelId _
) As Boolean
C# 
public bool Equals( 
   ChannelId other
)
C++/CLI 
public:
bool Equals( 
   ChannelId other
) 

Parameters

other
The ChannelId structure to compare with the current instance.

Return Value

true if the specified ChannelId has the same Group and Channel as the current instance; otherwise, false.

Requirements

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

See Also