Performs an explicit conversion from 
System.Booleanto 
Bool.
 
            
            
            
            
            
            
            
            '宣言
 
Overloads Public Operator Widening CType( _
   ByVal  As System.Boolean _
) As Bool
             
        
            
            public Bool operator implicit( 
   System.bool 
)
             
        
             
        
            パラメータ
- boolValue
 
- The value.
 
            
            戻り値の型
The result of the conversion.