Ant CollectionRemove Method
Removes the specified AntDevice from the collection.
Definition
Namespace: SmallEarthTech.AntPlus.Extensions.Hosting
Assembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.13+3d97cae7125656f8aa334fa8994f99d6ac0acb07
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original collection.
Assembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.13+3d97cae7125656f8aa334fa8994f99d6ac0acb07
C#
public bool Remove(
AntDevice item
)VB
Public Function Remove (
item As AntDevice
) As BooleanC++
public:
bool Remove(
AntDevice^ item
)F#
member Remove :
item : AntDevice -> bool Parameters
Return Value
Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original collection.