Keysight Pathwave 89600 VSA .NET API
Contains Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ResultCollection Class : Contains Method


item
The item to find in the collection.

Glossary Item Box

Gets a value that indicates whether the collection contains the specified result.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function Contains( _
   ByVal item As Result _
) As Boolean
C# 
public abstract bool Contains( 
   Result item
)
C++/CLI 
public:
abstract bool Contains( 
   Result^ item
) 

Parameters

item
The item to find in the collection.

Return Value

true if the collection contains the result; otherwise false

Requirements

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

See Also