UInt32.IBitwiseOperators<UInt32,UInt32,UInt32>.ExclusiveOr Operator

Definition

Computes the exclusive-or of two values.

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

Parameters

left
UInt32

The value to xor with right.

right
UInt32

The value to xor with left.

Returns

The exclusive-or of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9