AvalonEdit
Contains Method (item)
NamespacesICSharpCode.AvalonEdit.UtilsDeque<(Of <(<'T>)>)>Contains(T)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	T item
)
Public Function Contains ( _
	item As T _
) As Boolean
public:
virtual bool Contains(
	T item
) sealed
Parameters
item (T)
The object to locate in the ICollection<(Of <(<'T>)>)>.
Return Value
true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238