ReadOnlyTcAdsDataTypeCollection.Contains Method (String)
Determines whether this ReadOnlyTcAdsDataTypeCollection contains the specified type name.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool Contains(
string typeName
)
VB
Public Function Contains (
typeName As String
) As Boolean
Parameters
typeName |
Type: System.String |
Return Value
Type: Boolean
true if the specified name is contained;
otherwise, false.