ConstContainerBidirectionalIterator<TValue>.Inequality Opérateur

Définition

Détermine si deux itérateurs ne correspondent pas au même objet.

Surcharges

Inequality(ConstContainerBidirectionalIterator<TValue>)

Détermine si l'objet ConstContainerBidirectionalIterator<TValue> donné diffère de l'objet ConstContainerBidirectionalIterator<TValue> actuel.

Inequality(IInputIterator<TValue>)

Détermine si l'objet IInputIterator<TValue> donné diffère de l'objet ConstContainerBidirectionalIterator<TValue> actuel.

Inequality(ConstContainerBidirectionalIterator<TValue>)

Détermine si l'objet ConstContainerBidirectionalIterator<TValue> donné diffère de l'objet ConstContainerBidirectionalIterator<TValue> actuel.

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

Paramètres

Retours

true si les deux itérateurs correspondent à des objets différents ; sinon false.

S’applique à

Inequality(IInputIterator<TValue>)

Détermine si l'objet IInputIterator<TValue> donné diffère de l'objet ConstContainerBidirectionalIterator<TValue> actuel.

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

Paramètres

Retours

true si les deux itérateurs correspondent à des objets différents ; sinon false.

S’applique à