Dictionary Class
                        
                        
                                
                        
                                    Module: Collection
                        
                        
                        
                        
                        Dictionary maps keys to values. A Dictionary cannot contain duplicate keys; each key can map to at most on value.
Methods
contains
                                            
                                                    
                                                        (
                                            
                                                    
                                                        Bool
                                                    
                                            
                                            
                                            
                                            
                                            
                                            
                                            
                                                
                                            
                                                - 
                                                                    obj
Check whether array contains the object
Parameters:
- 
                                                                    objObjectObject 
Returns:
                                                                    Bool:
                                                                
                                                    bool true|false True if array contains the object else false
 Siminov Hybrid
            Siminov Hybrid