BinarySizeExclusiveOr Operator

Overload List

ExclusiveOr(BinarySize, BinarySize) Computes the exclusive-or of two BinarySize values.
ExclusiveOr(BinarySize, Int64) Computes the exclusive-or of a BinarySize value and a Int64.
ExclusiveOr(Int64, BinarySize) Computes the exclusive-or of a Int64 value and a BinarySize.

See Also