DimensionCollection.Contains Method
Determines whether the ICollection.T. contains a specific value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public bool Contains(
IDimension item
)
Return Value
Type: Boolean
true if item is found in the
ICollection.T.; otherwise, false.
Implements
ICollection.T..Contains(T)
Exceptions
Exception |
Condition |
---|---|
NotImplementedException |