[]
public static implicit operator bool(Bool value)
Public Shared Widening Operator CType(value As Bool) As Boolean
| Type | Name | Description |
|---|---|---|
| Bool | value | The value. |
| Type | Description |
|---|---|
| bool | The result of the conversion. |
public static implicit operator Bool(bool boolValue)
Public Shared Widening Operator CType(boolValue As Boolean) As Bool
| Type | Name | Description |
|---|---|---|
| bool | boolValue | The value. |
| Type | Description |
|---|---|
| Bool | The result of the conversion. |