xor abstract method

Variant xor(
  1. Variant value1,
  2. Variant value2
)

Performs XOR operation for two variants.

  • value1 The first operand for this operation.
  • value2 The second operand for this operation. Returns A result variant object.

Implementation

Variant xor(Variant value1, Variant value2);