Override Remove method to keep consistancy of BaseObject Index values

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public bool Remove(
	T obj
)
Visual Basic (Declaration)
Public Function Remove ( _
	obj As T _
) As Boolean
Visual C++
public:
bool Remove(
	T obj
)

Parameters

obj
Type: T
BaseObject object to remove

Return Value

True on success, False otherwise

See Also