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