Implicit Type Conversion(Bool,Boolean) Operator
Performs an explicit conversion from
System.Boolean to
Bool.
'Declaration
Overloads Public Operator Widening CType( _
ByVal As System.Boolean _
) As Bool
public Bool operator implicit(
System.bool
)
Parameters
- boolValue
- The value.
Return Value
The result of the conversion.