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


other
The LogicalChannelId structure to compare with the current instance.

Glossary Item Box

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

Syntax

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

Parameters

other
The LogicalChannelId structure to compare with the current instance.

Return Value

true if the specified LogicalChannelId has the same Operation and ChannelIds as the current instance; otherwise, false.

Requirements

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

See Also