[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific BaseComparator from the BaseComparatorCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( BaseComparator value )
Public Sub Remove ( _ value As BaseComparator _ )
public: void Remove( BaseComparator^ value )
- value (BaseComparator)
- The BaseComparator to remove from the BaseComparatorCollection.