ConstContainerBidirectionalIterator<TValue>.Inequality Operator

Definitie

Bepaalt of twee iterators niet hetzelfde object zijn.

Overloads

Inequality(ConstContainerBidirectionalIterator<TValue>)

Bepaalt of het opgegeven ConstContainerBidirectionalIterator<TValue> object verschilt van het huidige ConstContainerBidirectionalIterator<TValue> object.

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

Parameters

Retouren

true als de twee iterators verschillende objecten zijn; anders, false.

Van toepassing op

Inequality(IInputIterator<TValue>)

Bepaalt of het opgegeven IInputIterator<TValue> object verschilt van het huidige ConstContainerBidirectionalIterator<TValue> object.

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

Parameters

_Right
IInputIterator<TValue>

Het IInputIterator<TValue> object dat moet worden vergeleken met het huidige ConstContainerBidirectionalIterator<TValue> object.

Retouren

true als de twee iterators verschillende objecten zijn; anders, false.

Van toepassing op