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


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

Glossary Item Box

Compares two ChannelId structures to determine if they are not equal.

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 do not 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