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


obj
The object to compare with this instance.

Glossary Item Box

Determines whether this instance is equal to a specified 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 this instance.

Return Value

true if obj is a CustomModulationState and is equal to this instance; otherwise, false.

Requirements

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

See Also