Method Contains
Contains(object)
Return true if the item belongs to this view. No assumptions are made about the item. This method will behave similarly to IList.Contains() and will do an exhaustive search through all items in this view. If the caller knows that the item belongs to the underlying collection, it is more efficient to call PassesFilter.
public override bool Contains(object item)
Parameters
item
object