ChangeConflictCollection.Contains Method (ObjectChangeConflict)
.NET Framework (current version)
Specifies whether a given conflict is a member of the collection.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
abstract Contains : item:ObjectChangeConflict -> bool override Contains : item:ObjectChangeConflict -> bool
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)
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: