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


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

Glossary Item Box

Compares two ConstellationStateDescription structures for equality.

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