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.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- item
- Type: System.Data.Linq.ObjectChangeConflict
The specified conflict.
Return Value
Type: System.BooleanReturns true if the specified conflict is a member of the collection.
Implements
ICollection<T>.Contains(T)
Show: