ConstReverseBidirectionalIterator<TValue>.Equality 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
Equality(ConstReverseBidirectionalIterator<TValue>) |
Verilen ConstReverseBidirectionalIterator<TValue> nesnenin geçerli ConstReverseBidirectionalIterator<TValue> nesneyle aynı olup olmadığını belirler. |
Equality(IInputIterator<TValue>) |
Verilen IInputIterator<TValue> nesnenin geçerli ConstReverseBidirectionalIterator<TValue> nesneyle aynı olup olmadığını belirler. |
Equality(ConstReverseBidirectionalIterator<TValue>)
Verilen ConstReverseBidirectionalIterator<TValue> nesnenin geçerli ConstReverseBidirectionalIterator<TValue> nesneyle aynı 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.( = ) : Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> -> bool
Public Operator == (_Right As ConstReverseBidirectionalIterator(Of TValue)) As Boolean
Parametreler
ConstReverseBidirectionalIterator<TValue> Geçerli ConstReverseBidirectionalIterator<TValue> nesneyle karşılaştıracak nesne.
Döndürülenler
true
iki yineleyici aynı nesneyse; aksi takdirde , false
.
Şunlara uygulanır
Equality(IInputIterator<TValue>)
Verilen IInputIterator<TValue> nesnenin geçerli ConstReverseBidirectionalIterator<TValue> nesneyle aynı 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.( = ) : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Operator == (_Right As IInputIterator(Of TValue)) As Boolean
Parametreler
- _Right
- IInputIterator<TValue>
IInputIterator<TValue> Geçerli ConstReverseBidirectionalIterator<TValue> nesneyle karşılaştıracak nesne.
Döndürülenler
true
iki yineleyici aynı nesneyse; aksi takdirde , false
.