CachedDataItemCollection.Contains(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether the collection contains the specified CachedDataItem.
public:
bool Contains(System::String ^ dataId);
public bool Contains (string dataId);
override this.Contains : string -> bool
Public Function Contains (dataId As String) As Boolean
Parameters
- dataId
- String
The name of the cached data object.
Returns
true
if the collection contains a CachedDataItem that corresponds to the dataId
parameter; otherwise, false
.