'Declaration Public Overridable Function Replace( _ ByVal newObj As Object, _ ByVal oldObj As Object _ ) As Integer
Parameters
- newObj
- New element to be used
- oldObj
- Element to be replaced
Return Value
Integer index of the new element if successful, -1 otherwise