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


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

Glossary Item Box

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

Syntax

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

Parameters

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

Return Value

true if the two instances of LogicalChannelId do not have the same Operation and ChannelIds; otherwise, false.

Requirements

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

See Also