DimensionCollection.Contains Method
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(
IDimension item
)
VB
Public Function Contains (
item As IDimension
) As Boolean
Return Value
Type: Boolean
true if item is found in the
ICollection.T.; otherwise, false.
Implements
Exceptions
Exception |
Condition |
---|---|