You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Compares two platform-specific handles or pointers for equality and, if they are equal, replaces the first one.</summary>
445
-
/// <param name="location1">The destination <see cref="IntPtr"/>, whose value is compared with the value of <paramref name="comparand"/> and possibly replaced by <paramref name="value"/>.</param>
446
-
/// <param name="value">The <see cref="IntPtr"/> that replaces the destination value if the comparison results in equality.</param>
447
-
/// <param name="comparand">The <see cref="IntPtr"/> that is compared to the value at <paramref name="location1"/>.</param>
442
+
/// <summary>Compares two native-sized signed integers for equality and, if they are equal, replaces the first one.</summary>
443
+
/// <param name="location1">The destination, whose value is compared with the value of <paramref name="comparand"/> and possibly replaced by <paramref name="value"/>.</param>
444
+
/// <param name="value">The value that replaces the destination value if the comparison results in equality.</param>
445
+
/// <param name="comparand">The value that is compared to the value at <paramref name="location1"/>.</param>
448
446
/// <returns>The original value in <paramref name="location1"/>.</returns>
449
447
/// <exception cref="NullReferenceException">The address of <paramref name="location1"/> is a null pointer.</exception>
/// <summary>Compares two platform-specific handles or pointers for equality and, if they are equal, replaces the first one.</summary>
464
-
/// <param name="location1">The destination <see cref="UIntPtr"/>, whose value is compared with the value of <paramref name="comparand"/> and possibly replaced by <paramref name="value"/>.</param>
465
-
/// <param name="value">The <see cref="UIntPtr"/> that replaces the destination value if the comparison results in equality.</param>
466
-
/// <param name="comparand">The <see cref="UIntPtr"/> that is compared to the value at <paramref name="location1"/>.</param>
459
+
/// <summary>Compares two native-sized unsigned integers for equality and, if they are equal, replaces the first one.</summary>
460
+
/// <param name="location1">The destination, whose value is compared with the value of <paramref name="comparand"/> and possibly replaced by <paramref name="value"/>.</param>
461
+
/// <param name="value">The value that replaces the destination value if the comparison results in equality.</param>
462
+
/// <param name="comparand">The value that is compared to the value at <paramref name="location1"/>.</param>
467
463
/// <returns>The original value in <paramref name="location1"/>.</returns>
468
464
/// <exception cref="NullReferenceException">The address of <paramref name="location1"/> is a null pointer.</exception>
0 commit comments