TypeAttributeCollection.Contains Method (ITypeAttribute)
Determines whether the ICollection.T. contains a specific value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool Contains(
ITypeAttribute item
)
VB
Public Function Contains (
item As ITypeAttribute
) As Boolean
Return Value
Type: Boolean
true if item is found in the
ICollection.T.; otherwise, false.