ConstReverseBidirectionalIterator<TValue>.Inequality Operator

Definition

Avgör om två iteratorer inte är samma objekt.

Överlagringar

Name Description
Inequality(ConstReverseBidirectionalIterator<TValue>)

Avgör om det angivna ConstReverseBidirectionalIterator<TValue> objektet skiljer sig från det aktuella ConstReverseBidirectionalIterator<TValue> objektet.

Inequality(IInputIterator<TValue>)

Avgör om det angivna IInputIterator<TValue> objektet skiljer sig från det aktuella ConstReverseBidirectionalIterator<TValue> objektet.

Inequality(ConstReverseBidirectionalIterator<TValue>)

Avgör om det angivna ConstReverseBidirectionalIterator<TValue> objektet skiljer sig från det aktuella ConstReverseBidirectionalIterator<TValue> objektet.

public:
 bool operator !=(Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ _Right);
public bool operator !=(Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> -> bool
Public Operator != (_Right As ConstReverseBidirectionalIterator(Of TValue)) As Boolean

Parametrar

Returer

trueom de två iteratorerna är olika objekt; annars . false

Gäller för

Inequality(IInputIterator<TValue>)

Avgör om det angivna IInputIterator<TValue> objektet skiljer sig från det aktuella ConstReverseBidirectionalIterator<TValue> objektet.

public:
 bool operator !=(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public bool operator !=(Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Operator != (_Right As IInputIterator(Of TValue)) As Boolean

Parametrar

_Right
IInputIterator<TValue>

Det IInputIterator<TValue> objekt som ska jämföras med det aktuella ConstReverseBidirectionalIterator<TValue> objektet.

Returer

trueom de två iteratorerna är olika objekt; annars . false

Gäller för