UInt16.IBitwiseOperators<UInt16,UInt16,UInt16>.ExclusiveOr Operator

Definition

Computes the exclusive-or of two values.

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

Parameters

left
UInt16

The value to xor with right.

right
UInt16

The value to xor with left.

Returns

The exclusive-or of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9