'Declaration
Public Operator Xor( _ ByVal left As Range(Of T), _ ByVal right As Range(Of T) _ ) As Range(Of T)
Parameters
- left
- The left operand.
- right
- The right operand.
Return Value
The complement of
left
and right
.'Declaration
Public Operator Xor( _ ByVal left As Range(Of T), _ ByVal right As Range(Of T) _ ) As Range(Of T)
left
and right
.