Click or drag to resize
Akka.NETAtomicReferenceTCompareAndSet 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(
	T expected,
	T newValue
)

Parameters

expected
Type: T
TBD
newValue
Type: T
TBD

Return Value

Type: Boolean
true if newValue was set
See Also