<< Click to Display Table of Contents >> Navigation: »No topics above this level« TargetObjectCollection.Contains Method |
Checs if a given object is part of the collection.
[Visual Basic]
Public NotOverridable Sub Contains( _
ByVal searchItem As TargetObjectBase _
) _
Implements ICollection<TargetObjectBase>.Contains
[C#]
public bool Contains(
TargetObjectBase searchItem
);
searchItem
The object to search for.
True if the object is part of the collection else False.
ICollection<TargetObjectBase>.Contains
TargetObjectCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]