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


item
The MathFunction object whose presence in the collection is to be determined.

Glossary Item Box

Determines whether the provided MathFunction object is contained in the collection

Syntax

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

Parameters

item
The MathFunction object whose presence in the collection is to be determined.

Return Value

True if the provided MathFunction object is present in the collection, false otherwise.

Requirements

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

See Also