Share via


ContainerRandomAccessIterator<TValue>.Inequality Operatör

Tanım

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

Aşırı Yüklemeler

Inequality(IInputIterator<TValue>)

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

Inequality(ContainerRandomAccessIterator<TValue>)

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

Inequality(IInputIterator<TValue>)

Verilen IInputIterator<TValue> nesnenin geçerli ContainerRandomAccessIterator<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

_Right
IInputIterator<TValue>

IInputIterator<TValue> Geçerli ContainerRandomAccessIterator<TValue> nesneyle karşılaştıracak nesne.

Döndürülenler

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

Şunlara uygulanır

Inequality(ContainerRandomAccessIterator<TValue>)

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

public:
 bool operator !=(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public bool operator != (Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> bool
Public Operator != (_Right As ContainerRandomAccessIterator(Of TValue)) As Boolean

Parametreler

Döndürülenler

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

Şunlara uygulanır