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


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

Glossary Item Box

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

Syntax

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

Parameters

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

Return Value

true if the two instances of ConstellationStateDescription do not have the same Real,Imaginary,Symbol value; otherwise, false.

Requirements

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

See Also