ConstContainerBidirectionalIterator<TValue>.Inequality Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Objet ConstContainerBidirectionalIterator<TValue> à comparer à l’objet ConstContainerBidirectionalIterator<TValue> actuel.
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
- _Right
- IInputIterator<TValue>
Objet IInputIterator<TValue> à comparer à l’objet ConstContainerBidirectionalIterator<TValue> actuel.
Retours
true
si les deux itérateurs correspondent à des objets différents ; sinon false
.