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


other
The other modulation state to compare.

Glossary Item Box

Determines whether this instance is equal to another CustomModulationState instance.

Syntax

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

Parameters

other
The other modulation state to compare.

Return Value

true if the symbol, real value, and imaginary value are equal; otherwise, false.

Remarks

Equality is defined using exact comparisons of the underlying stored values (Symbol, Real, Imaginary). Derived values such as Magnitude and Phase are not compared directly.

Requirements

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

See Also