Click or drag to resize
Akka.NETFlag  Conversion (Flag to Boolean)
Performs an implicit conversion from Flag to Boolean.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator bool (
	Flag flag
)

Parameters

flag
Type: Akka.DistributedDataFlag
The flag to convert

Return Value

Type: Boolean
The result of the conversion
See Also