Advances the enumerator to the next element of the collection.
            
            
            
            
            
            
            
            'Declaration
 
Public Function MoveNext() As Boolean
             
        
            
            'Usage
 
Dim instance As Devices
Dim value As Boolean
 
value = instance.MoveNext()
             
        
            
        
            
        
             
        
            
            
            Return Value
true if the enumerator was successfully advanced to the next element. It is false if the enumerator has passed the end of the collection.