Check if item in deleted collection
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public bool ContainsDeleted( ContactTitle obj )
Public Function ContainsDeleted ( _ obj As ContactTitle _ ) As Boolean
Dim instance As ContactTitles Dim obj As ContactTitle Dim returnValue As Boolean returnValue = instance.ContainsDeleted(obj)
public: bool ContainsDeleted( ContactTitle^ obj )
public boolean ContainsDeleted( ContactTitle obj )
public function ContainsDeleted( obj : ContactTitle ) : boolean
function containsDeleted(obj);
- obj (ContactTitle)