Keysight 89600 VSA .NET API
Equality Operator
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > CustomModulationState Structure : Equality Operator


left
The left-hand CustomModulationState operand to compare.
right
The right-hand CustomModulationState operand to compare.

Glossary Item Box

Determines whether two CustomModulationState instances are equal.

Syntax

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

Parameters

left
The left-hand CustomModulationState operand to compare.
right
The right-hand CustomModulationState operand to compare.

Return Value

true if the two modulation states are equal; otherwise, false.

Requirements

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

See Also