UIntPtr.IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.ExclusiveOr Operator

Definition

Computes the exclusive-or of two values.

C#
static UIntPtr IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.operator ^(UIntPtr left, UIntPtr right);

Parameters

left
UIntPtr

The value to xor with right.

right
UIntPtr

The value to xor with left.

Returns

UIntPtr

The exclusive-or of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10