[]
public static implicit operator bool(Bool value)
| Type | Name | Description |
|---|---|---|
| Bool | value | The value. |
| Type | Description |
|---|---|
| bool | The result of the conversion. |
public static implicit operator Bool(bool boolValue)
| Type | Name | Description |
|---|---|---|
| bool | boolValue | The value. |
| Type | Description |
|---|---|
| Bool | The result of the conversion. |