ContainerBidirectionalIterator<TValue>.Inequality Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İki yineleyicinin aynı nesne olup olmadığını belirler.
Aşırı Yüklemeler
Inequality(ContainerBidirectionalIterator<TValue>) |
Verilen ContainerBidirectionalIterator<TValue> nesnenin geçerli ContainerBidirectionalIterator<TValue> nesneden farklı olup olmadığını belirler. |
Inequality(IInputIterator<TValue>) |
Verilen IInputIterator<TValue> nesnenin geçerli ContainerBidirectionalIterator<TValue> nesneden farklı olup olmadığını belirler. |
Inequality(ContainerBidirectionalIterator<TValue>)
Verilen ContainerBidirectionalIterator<TValue> nesnenin geçerli ContainerBidirectionalIterator<TValue> nesneden farklı olup olmadığını belirler.
public:
bool operator !=(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ _Right);
public bool operator != (Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value> -> bool
Public Operator != (_Right As ContainerBidirectionalIterator(Of TValue)) As Boolean
Parametreler
ContainerBidirectionalIterator<TValue> Geçerli ContainerBidirectionalIterator<TValue> nesneyle karşılaştıracak nesne.
Döndürülenler
true
iki yineleyici farklı nesnelerse; aksi takdirde , false
.
Şunlara uygulanır
Inequality(IInputIterator<TValue>)
Verilen IInputIterator<TValue> nesnenin geçerli ContainerBidirectionalIterator<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 ContainerBidirectionalIterator<TValue> nesneyle karşılaştıracak nesne.
Döndürülenler
true
iki yineleyici farklı nesnelerse; aksi takdirde , false
.