BaseCollection.Contains(Object) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

BaseCollection.Contains(Object) Method

BR.AN.PviServices .NET


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

);

Parameters

valObj

The object to search for.

Return Value

true if contains, otherwise false

See Also

BaseCollection Class | BR.AN.PviServices Namespace | BaseCollection.Contains Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]