ChangeConflictCollection.Contains Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies whether a given conflict is a member of the collection.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public Function Contains ( _
item As ObjectChangeConflict _
) As Boolean
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
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.