Keysight Pathwave 89600 VSA .NET API
Equals(ApplicationIdentifier) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ApplicationIdentifier Class > Equals Method : Equals(ApplicationIdentifier) Method


other

Glossary Item Box

Syntax

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

Parameters

other

Requirements

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

See Also