Aracılığıyla paylaş


ReverseBidirectionalIterator<TValue>.Equality Operatör

Tanım

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

Aşırı Yüklemeler

Equality(IInputIterator<TValue>)

Verilen IInputIterator<TValue> nesnenin geçerli ReverseBidirectionalIterator<TValue> nesneyle aynı olup olmadığını belirler.

Equality(ReverseBidirectionalIterator<TValue>)

Verilen ReverseBidirectionalIterator<TValue> nesnenin geçerli ReverseBidirectionalIterator<TValue> nesneyle aynı olup olmadığını belirler.

Equality(IInputIterator<TValue>)

Verilen IInputIterator<TValue> nesnenin geçerli ReverseBidirectionalIterator<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 ReverseBidirectionalIterator<TValue> nesneyle karşılaştıracak nesne.

Döndürülenler

true iki yineleyici aynı nesneyse; aksi takdirde , false.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: Object.Equals(Object)

Şunlara uygulanır

Equality(ReverseBidirectionalIterator<TValue>)

Verilen ReverseBidirectionalIterator<TValue> nesnenin geçerli ReverseBidirectionalIterator<TValue> nesneyle aynı olup olmadığını belirler.

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

Parametreler

Döndürülenler

true iki yineleyici aynı nesneyse; aksi takdirde , false.

Şunlara uygulanır