ConstContainerBidirectionalIterator<TValue>.equal_to Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om två iteratorer är samma objekt.
Överlagringar
| Name | Description |
|---|---|
| equal_to(ConstContainerBidirectionalIterator<TValue>) |
Avgör om det angivna ConstContainerBidirectionalIterator<TValue> objektet är detsamma som det aktuella ConstContainerBidirectionalIterator<TValue> objektet. |
| equal_to(IInputIterator<TValue>) |
Avgör om det angivna IInputIterator<TValue> objektet är detsamma som det aktuella ConstContainerBidirectionalIterator<TValue> objektet. |
equal_to(ConstContainerBidirectionalIterator<TValue>)
Avgör om det angivna ConstContainerBidirectionalIterator<TValue> objektet är detsamma som det aktuella ConstContainerBidirectionalIterator<TValue> objektet.
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
Parametrar
Det ConstContainerBidirectionalIterator<TValue> objekt som ska jämföras med det aktuella ConstContainerBidirectionalIterator<TValue> objektet.
Returer
trueom de två ConstContainerBidirectionalIterator<TValue> objekten är samma objekt, annars . false
Gäller för
equal_to(IInputIterator<TValue>)
Avgör om det angivna IInputIterator<TValue> objektet är detsamma som det aktuella ConstContainerBidirectionalIterator<TValue> objektet.
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
Parametrar
- _Right
- IInputIterator<TValue>
Det IInputIterator<TValue> objekt som ska jämföras med det aktuella ConstContainerBidirectionalIterator<TValue> objektet.
Returer
trueom de två iteratorerna är samma objekt; annars . false