ReverseBidirectionalIterator<TValue>.Inequality Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje, zda dva iterátory nejsou stejný objekt.
Přetížení
Inequality(IInputIterator<TValue>) |
Určuje, zda se daný IInputIterator<TValue> objekt liší od aktuálního ReverseBidirectionalIterator<TValue> objektu. |
Inequality(ReverseBidirectionalIterator<TValue>) |
Určuje, zda se daný ReverseBidirectionalIterator<TValue> objekt liší od aktuálního ReverseBidirectionalIterator<TValue> objektu. |
Inequality(IInputIterator<TValue>)
Určuje, zda se daný IInputIterator<TValue> objekt liší od aktuálního ReverseBidirectionalIterator<TValue> objektu.
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
Parametry
- _Right
- IInputIterator<TValue>
Objekt IInputIterator<TValue> , který chcete porovnat s aktuálním ReverseBidirectionalIterator<TValue> objektem.
Návraty
true
jsou-li dva iterátory různé objekty; v opačném případě . false
Platí pro
Inequality(ReverseBidirectionalIterator<TValue>)
Určuje, zda se daný ReverseBidirectionalIterator<TValue> objekt liší od aktuálního ReverseBidirectionalIterator<TValue> objektu.
public:
bool operator !=(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ _Right);
public bool operator != (Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value> -> bool
Public Operator != (_Right As ReverseBidirectionalIterator(Of TValue)) As Boolean
Parametry
Objekt ReverseBidirectionalIterator<TValue> , který chcete porovnat s aktuálním ReverseBidirectionalIterator<TValue> objektem.
Návraty
true
jsou-li dva iterátory různé objekty; v opačném případě . false