ChangeConflictCollection.Contains Method (ObjectChangeConflict)

 

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

Namespace:   System.Data.Linq
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.Boolean

Returns true if the specified conflict is a member of the collection.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: