Keysight Pathwave 89600 VSA .NET API
Equals(Object) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ApplicationIdentifier Class > 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 ApplicationIdentifier 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 process id, TCP port, and whether it is a 64 bit process; otherwise, false.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 20.50

See Also

Reference

ApplicationIdentifier Class
ApplicationIdentifier Members
Overload List
Base Implementation in Equals(Object)