Contains Method
Definition
Contains(DataTransferRow)
Determines whether the ICollection<T> contains a specific value.
public bool Contains(DataTransferRow item)
Parameters
itemDataTransferRowThe object to locate in the ICollection<T>.
Returns
- bool
true if
itemis found in the ICollection<T>; otherwise, false.