<< Click to Display Table of Contents >> Navigation: »No topics above this level« BaseCollection.Contains(Object) Method |
Determines whether the collection contains the specific object.
[Visual Basic]
Public Overridable Overloads Sub Contains( _
ByVal valObj As Object _
)
[C#]
public virtual bool Contains(
object valObj
);
valObj
The object to search for.
true if contains, otherwise false
BaseCollection Class | BR.AN.PviServices Namespace | BaseCollection.Contains Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]