Contains Method

ChangeConflictCollection.Contains Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies whether a given conflict is a member of the collection.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public bool Contains(
	ObjectChangeConflict item
)

Parameters

item
Type: System.Data.Linq.ObjectChangeConflict
The specified conflict.

Return Value

Type: System.Boolean
Returns true if the specified conflict is a member of the collection.

Implements

ICollection<T>.Contains(T)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft