Aracılığıyla paylaş


ConstContainerRandomAccessIterator<TValue>.Inequality Operatör

Tanım

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

Aşırı Yüklemeler

Inequality(ConstContainerRandomAccessIterator<TValue>)

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

Inequality(IInputIterator<TValue>)

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

Inequality(ConstContainerRandomAccessIterator<TValue>)

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

public:
 bool operator !=(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Right);
public bool operator != (Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> bool
Public Operator != (_Right As ConstContainerRandomAccessIterator(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 ConstContainerRandomAccessIterator<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