DefaultValue  Conversion (Boolean to DefaultValue) | 
  
    Namespace: 
   Aloe.SystemFrameworks.Domain
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static implicit operator DefaultValue (
	bool boolConst
)
Public Shared Widening Operator CType ( 
	boolConst As Boolean
) As DefaultValue
static implicit operator DefaultValue^ (
	bool boolConst
)
F# does not support the declaration of new casting operators.
Parameters
- boolConst
 - Type: SystemBoolean
The boolean default value. 
Return Value
Type: 
DefaultValue
            The result of the conversion.
            
See Also