| Flag Conversion (Flag to Boolean) |
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static implicit operator bool (
Flag flag
)
F# does not support the declaration of new casting operators.
Parameters
- flag
- Type: Akka.DistributedDataFlag
The flag to convert
Return Value
Type:
BooleanThe result of the conversion
See Also