AtomicBoolean Conversion (Boolean to AtomicBoolean) |
Implicit conversion operator = allows us to cast any bool directly into a
AtomicBoolean instance.
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static implicit operator AtomicBoolean (
bool value
)
Public Shared Widening Operator CType (
value As Boolean
) As AtomicBoolean
static implicit operator AtomicBoolean^ (
bool value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemBoolean
Return Value
Type:
AtomicBoolean[Missing <returns> documentation for "M:Akka.Util.AtomicBoolean.op_Implicit(System.Boolean)~Akka.Util.AtomicBoolean"]
See Also