Java.Util.Concurrent.Atomic.AtomicLong.CompareAndSet Method
Atomically sets the value to the given updated value if the current value == the expected value.

Syntax

[Android.Runtime.Register("compareAndSet", "(JJ)Z", "")]
public bool CompareAndSet (long expect, long update)

Parameters

expect
the expected value
update
the new value

Returns

Documentation for this section has not yet been entered.

Remarks

Atomically sets the value to the given updated value if the current value == the expected value.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent.Atomic
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1