Click or drag to resize
Akka.NETAtomicBooleanCompareAndSet Method
If Value equals expected, then set the Value to newValue.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool CompareAndSet(
	bool expected,
	bool newValue
)

Parameters

expected
Type: SystemBoolean
TBD
newValue
Type: SystemBoolean
TBD

Return Value

Type: Boolean
true if newValue was set
See Also