any
extends Object with SerializableSupertypes
Object, SerializableMembers
                    
                    
                        
                            
                        
                        type 
                    
                    
                    
                        
                        
                        
                            
                    
                    
                        
                        
                        
                            
                
            
                
                    
                
                
                    
                
                
                
                !=
= Nothing <: BooleanInequality comparison of two singleton types.
Inequality comparison of two singleton types.
val eq1: 1 != 1 = false
val eq2: 1 != "1" = true
val eq3: "1" != "1" = false
                    
                    
                        
                            
                        
                        type 
                    
                    
                    
                        
                        
                        
                            
                    
                    
                        
                        
                        
                            
                
            
        ==
= Nothing <: BooleanEquality comparison of two singleton types.
Equality comparison of two singleton types.
val eq1: 1 == 1 = true
val eq2: 1 == "1" = false
val eq3: "1" == "1" = true