Aracılığıyla paylaş


ConstContainerBidirectionalIterator<TValue>.Inequality Operatör

Tanım

İki yineleyicinin aynı nesne olup olmadığını belirler.

Aşırı Yüklemeler

Inequality(ConstContainerBidirectionalIterator<TValue>)

Verilen ConstContainerBidirectionalIterator<TValue> nesnenin geçerli ConstContainerBidirectionalIterator<TValue> nesneden farklı olup olmadığını belirler.

Inequality(IInputIterator<TValue>)

Verilen IInputIterator<TValue> nesnenin geçerli ConstContainerBidirectionalIterator<TValue> nesneden farklı olup olmadığını belirler.

Inequality(ConstContainerBidirectionalIterator<TValue>)

Verilen ConstContainerBidirectionalIterator<TValue> nesnenin geçerli ConstContainerBidirectionalIterator<TValue> nesneden farklı olup olmadığını belirler.

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

Parametreler

Döndürülenler

true iki yineleyici farklı nesnelerse; aksi takdirde , false.

Şunlara uygulanır

Inequality(IInputIterator<TValue>)

Verilen IInputIterator<TValue> nesnenin geçerli ConstContainerBidirectionalIterator<TValue> nesneden farklı olup olmadığını belirler.

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

Parametreler

Döndürülenler

true iki yineleyici farklı nesnelerse; aksi takdirde , false.

Şunlara uygulanır