[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.op_ExclusiveOr

operator ^ Operator

operator ^(Range<T>, Range<T>)

The complement operator.

Declaration
public static Range<T> operator ^(Range<T> left, Range<T> right)
Parameters
Type Name Description
Range<T> left

The left operand.

Range<T> right

The right operand.

Returns
Type Description
Range<T>

The complement of

left
and
right
.