|
| Name | Description |
|---|
.gif) .gif) | CompareExchange(Double%, Double, Double) |
Compares two double-precision floating point numbers for equality and, if they are equal, replaces one of the values.
|
.gif) .gif) .gif) .gif) | CompareExchange(Int32%, Int32, Int32) |
Compares two 32-bit signed integers for equality and, if they are equal, replaces one of the values.
|
.gif) .gif) | CompareExchange(Int64%, Int64, Int64) |
Compares two 64-bit signed integers for equality and, if they are equal, replaces one of the values.
|
.gif) .gif) | CompareExchange(IntPtr%, IntPtr, IntPtr) |
Compares two platform-specific handles or pointers for equality and, if they are equal, replaces one of them.
|
.gif) .gif) .gif) .gif) | CompareExchange(Object%, Object, Object) |
Compares two objects for reference equality and, if they are equal, replaces one of the objects.
|
.gif) .gif) | CompareExchange(Single%, Single, Single) |
Compares two single-precision floating point numbers for equality and, if they are equal, replaces one of the values.
|
.gif) .gif) .gif) .gif) | CompareExchange<(Of <(T>)>)(T%, T, T) |
Compares two instances of the specified reference type T for equality and, if they are equal, replaces one of them.
|