'Declaration Public Function Remove( _ ByVal item As ObjectChangeConflict _ ) As Boolean
public bool Remove( ObjectChangeConflict item )
Parameters
- item
- The conflict to remove from the collection.
Return Value
True if the conflict was removed from the collection. Otherwise, false.