Aracılığıyla paylaş


ConstReverseBidirectionalIterator<TValue>.Inequality Operatör

Tanım

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

Aşırı Yüklemeler

Inequality(ConstReverseBidirectionalIterator<TValue>)

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

Inequality(IInputIterator<TValue>)

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

Inequality(ConstReverseBidirectionalIterator<TValue>)

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

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

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 ConstReverseBidirectionalIterator<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