Method Contains
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Contains(Message)
Checks if the collection contains the specified message.
public bool Contains(Message item)
Parameters
itemMessageThe item to check.
Returns
- bool
trueifitemis present in the collection; otherwise,false.
Exceptions
- ArgumentNullException
itemis null.- ArgumentException