NullableBool.op_Implicit
implicit operator
Implícitamente convierte unNullableBool instancia a un valor booleano. Devuelve verdadero cuandoValue es cierto yIsDefined es cierto.
public static implicit operator bool(NullableBool val)
| Parámetro | Escribe | Descripción |
|---|---|---|
| val | NullableBool | El valor a convertir. |
Valor_devuelto
un valor booleano.
Ver también
- struct NullableBool
- espacio de nombres Aspose.Tasks
- asamblea Aspose.Tasks
implicit operator
Convierte implícitamente el valor booleano alNullableBool instancia.
public static implicit operator NullableBool(bool val)
| Parámetro | Escribe | Descripción |
|---|---|---|
| val | Boolean | Valor a convertir. |
Valor_devuelto
ConvertidoNullableBool instancia.
Ver también
- struct NullableBool
- espacio de nombres Aspose.Tasks
- asamblea Aspose.Tasks