NullableBool.op_Implicit
implicit operator
Konverterar implicit enNullableBool
instans till ett booleskt värde. Returnerar sant närValue
är sant ochIsDefined
är sant.
public static implicit operator bool(NullableBool val)
Parameter | Typ | Beskrivning |
---|---|---|
val | NullableBool | Värdet att konvertera. |
Returvärde
ett booleskt värde.
Se även
- struct NullableBool
- namnutrymme Aspose.Tasks
- hopsättning Aspose.Tasks
implicit operator
Konverterar implicit booleskt värde tillNullableBool
instans.
public static implicit operator NullableBool(bool val)
Parameter | Typ | Beskrivning |
---|---|---|
val | Boolean | Värde att konvertera. |
Returvärde
KonverteradNullableBool
exempel.
Se även
- struct NullableBool
- namnutrymme Aspose.Tasks
- hopsättning Aspose.Tasks