ConstContainerBidirectionalIterator<TValue>.Inequality Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se dois iteradores não são o mesmo objeto.
Sobrecargas
| Name | Description |
|---|---|
| Inequality(ConstContainerBidirectionalIterator<TValue>) |
Determina se o objeto dado ConstContainerBidirectionalIterator<TValue> difere do objeto atual ConstContainerBidirectionalIterator<TValue> . |
| Inequality(IInputIterator<TValue>) |
Determina se o objeto dado IInputIterator<TValue> difere do objeto atual ConstContainerBidirectionalIterator<TValue> . |
Inequality(ConstContainerBidirectionalIterator<TValue>)
Determina se o objeto dado ConstContainerBidirectionalIterator<TValue> difere do objeto atual ConstContainerBidirectionalIterator<TValue> .
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
Parâmetros
O ConstContainerBidirectionalIterator<TValue> objeto a comparar com o objeto atual ConstContainerBidirectionalIterator<TValue> .
Devoluções
true se os dois iteradores forem objetos diferentes; caso contrário, false.
Aplica-se a
Inequality(IInputIterator<TValue>)
Determina se o objeto dado IInputIterator<TValue> difere do objeto atual ConstContainerBidirectionalIterator<TValue> .
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
Parâmetros
- _Right
- IInputIterator<TValue>
O IInputIterator<TValue> objeto a comparar com o objeto atual ConstContainerBidirectionalIterator<TValue> .
Devoluções
true se os dois iteradores forem objetos diferentes; caso contrário, false.