BaseCollection.Contains(String) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

BaseCollection.Contains(String) Method

BR.AN.PviServices .NET


Determines whether the collection contains the specific object.

[Visual Basic]

Public Overridable Overloads Sub Contains( _

  ByVal key As String _

)

[C#]

public virtual bool Contains(

  string key

);

Parameters

key

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]