Method Contains
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Contains(IDmsView)
Determines whether the collection contains the specified item.
public bool Contains(IDmsView item)
Parameters
itemIDmsViewThe item to locate in the set.
Returns
- bool
trueif the collection contains the specified item; otherwise,false.
Remarks
This method is an O(1) operation.