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


item
A reference to a custom step object to find in the collection.

Glossary Item Box

Gets a value indicating whether the specified custom step object is contained in the collection.

Syntax

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

Parameters

item
A reference to a custom step object to find in the collection.

Return Value

true if the object exists in the collection; otherwise, false

Requirements

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

See Also