Прочетете на английски Редактиране

Споделяне чрез


Char.IBitwiseOperators<Char,Char,Char>.ExclusiveOr(Char, Char) Operator

Definition

Computes the exclusive-or of two values.

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

Parameters

left
Char

The value to xor with right.

right
Char

The value to xor with left.

Returns

The exclusive-or of left and right.

Implements

Applies to

Продукт Версии
.NET 7, 8, 9, 10