Contains Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : Contains Method

item
The item to verify.
Returns a value indicating whether the specified item exists in the collection.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function Contains( _
   ByVal item As Object _
) As Boolean
C# 
public override bool Contains( 
   object item
)

Parameters

item
The item to verify.

Return Value

true if the item exists in the collection; false otherwise.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also