| AtomicBooleanCompareAndSet 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
)
member CompareAndSet :
expected : bool *
newValue : bool -> bool
Parameters
- expected
- Type: SystemBoolean
TBD - newValue
- Type: SystemBoolean
TBD
Return Value
Type:
Booleantrue if
newValue was set
See Also