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


other
The instance to compare with the current instance.

Glossary Item Box

Determines whether the specified instance of type ConstellationStateDescription is equal to the current ConstellationStateDescription instance.

Syntax

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

Parameters

other
The instance to compare with the current instance.

Return Value

true if the specified object has the same Real, Imaginary and Symbol as the current instance; otherwise, false.

Requirements

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

See Also