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


obj
The object to compare with the current instance.

Glossary Item Box

Determines whether the specified object is equal to the current ConstellationStateDescription instance. (Overrides System.ValueType.Equals(System.Object).)

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
C# 
public override bool Equals( 
   object? obj
)
C++/CLI 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The object to compare with the current instance.

Return Value

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

Requirements

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

See Also