UInt128.ExclusiveOr(UInt128, UInt128) Operator

Definition

Computes the exclusive-or of two values.

C#
public static UInt128 operator ^(UInt128 left, UInt128 right);

Parameters

left
UInt128

The value to xor with right.

right
UInt128

The value to xor with left.

Returns

The exclusive-or of left and right.

Implements

Applies to

Proizvod Verzije
.NET 7, 8, 9, 10