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
item
IDmsViewThe item to locate in the set.
Returns
- bool
true
if the collection contains the specified item; otherwise,false
.
Remarks
This method is an O(1) operation.