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().
public override bool Contains(object item)
Parameters
item
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().
public override bool Contains(object item)
item
object