Aracılığıyla paylaş


ReverseBidirectionalIterator<TValue>.equal_to Yöntem

Tanım

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

Aşırı Yüklemeler

equal_to(IInputIterator<TValue>)

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

equal_to(ReverseBidirectionalIterator<TValue>)

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

equal_to(IInputIterator<TValue>)

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

public:
 virtual bool equal_to(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public virtual bool equal_to (Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
abstract member equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
override this.equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Overridable Function equal_to (_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.

Şunlara uygulanır

equal_to(ReverseBidirectionalIterator<TValue>)

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

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

Parametreler

Döndürülenler

true iki ReverseBidirectionalIterator<TValue> nesne aynı nesneyse; değilse, false.

Şunlara uygulanır