[]
        
(Showing Draft Content)

C1.Util.DX.Bool.op_Implicit

implicit operator Operator

implicit operator bool(Bool)

Performs an explicit conversion from Bool to bool.

Declaration
public static implicit operator bool(Bool value)
Parameters
Type Name Description
Bool value

The value.

Returns
Type Description
bool

The result of the conversion.

implicit operator Bool(bool)

Performs an explicit conversion from bool to Bool.

Declaration
public static implicit operator Bool(bool boolValue)
Parameters
Type Name Description
bool boolValue

The value.

Returns
Type Description
Bool

The result of the conversion.