Ant Device CollectionRemove Method
Removes the specified item from the collection.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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 (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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
- item AntDevice
- The item.
Return Value
Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original collection.