ConstReverseBidirectionalIterator<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(ConstReverseBidirectionalIterator<TValue>) |
Určuje, zda se daný ConstReverseBidirectionalIterator<TValue> objekt liší od aktuálního ConstReverseBidirectionalIterator<TValue> objektu. |
Inequality(IInputIterator<TValue>) |
Určuje, zda se daný IInputIterator<TValue> objekt liší od aktuálního ConstReverseBidirectionalIterator<TValue> objektu. |
Inequality(ConstReverseBidirectionalIterator<TValue>)
Určuje, zda se daný ConstReverseBidirectionalIterator<TValue> objekt liší od aktuálního ConstReverseBidirectionalIterator<TValue> objektu.
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
Parametry
Objekt ConstReverseBidirectionalIterator<TValue> , který chcete porovnat s aktuálním ConstReverseBidirectionalIterator<TValue> objektem.
Návraty
true
jsou-li dva iterátory různé objekty; v opačném případě . false
Platí pro
Inequality(IInputIterator<TValue>)
Určuje, zda se daný IInputIterator<TValue> objekt liší od aktuálního ConstReverseBidirectionalIterator<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 ConstReverseBidirectionalIterator<TValue> objektem.
Návraty
true
jsou-li dva iterátory různé objekty; v opačném případě . false