UInt64.IBitwiseOperators<UInt64,UInt64,UInt64>.ExclusiveOr Operator

Definition

Computes the exclusive-or of two values.

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

Parameters

left
UInt64

The value to xor with right.

right
UInt64

The value to xor with left.

Returns

The exclusive-or of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9