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
item
MessageThe item to check.
Returns
- bool
true
ifitem
is present in the collection; otherwise,false
.
Exceptions
- ArgumentNullException
item
is null.- ArgumentException