The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EqtBaseCollection<T>::Remove Method (T)
Removes the provided item from the collection, if the item exists.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- item
-
Type:
T
An object of type T.
Return Value
Type: System::Booleantrue if the item was removed from the collection; otherwise, false.
Type Parameters
- T
A Type that defines the objects in the collection.
Implements
ICollection<T>::Remove(T)
Show: