NullableBool.op_Implicit
implicit operator
Konvertiert implizit aNullableBool
Instanz in einen booleschen Wert. Gibt wahr zurück, wennValue
ist wahr undIsDefined
ist wahr.
public static implicit operator bool(NullableBool val)
Parameter | Typ | Beschreibung |
---|---|---|
val | NullableBool | Der zu konvertierende Wert. |
Rückgabewert
ein boolescher Wert.
Siehe auch
- struct NullableBool
- namensraum Aspose.Tasks
- Montage Aspose.Tasks
implicit operator
Konvertiert den booleschen Wert implizit in denNullableBool
Instanz.
public static implicit operator NullableBool(bool val)
Parameter | Typ | Beschreibung |
---|---|---|
val | Boolean | Umzuwandelnder Wert. |
Rückgabewert
UmgewandeltNullableBool
Beispiel.
Siehe auch
- struct NullableBool
- namensraum Aspose.Tasks
- Montage Aspose.Tasks