ContainerBidirectionalIterator<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(ContainerBidirectionalIterator<TValue>) |
Avgör om det angivna ContainerBidirectionalIterator<TValue> objektet är detsamma som det aktuella ContainerBidirectionalIterator<TValue> objektet. |
| equal_to(IInputIterator<TValue>) |
Avgör om det angivna IInputIterator<TValue> objektet är detsamma som det aktuella ContainerBidirectionalIterator<TValue> objektet. |
equal_to(ContainerBidirectionalIterator<TValue>)
Avgör om det angivna ContainerBidirectionalIterator<TValue> objektet är detsamma som det aktuella ContainerBidirectionalIterator<TValue> objektet.
public:
bool equal_to(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ _Right);
public bool equal_to(Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> _Right);
member this.equal_to : Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value> -> bool
Public Function equal_to (_Right As ContainerBidirectionalIterator(Of TValue)) As Boolean
Parametrar
Det ContainerBidirectionalIterator<TValue> objekt som ska jämföras med det aktuella ContainerBidirectionalIterator<TValue> objektet.
Returer
trueom de två ContainerBidirectionalIterator<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 ContainerBidirectionalIterator<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 ContainerBidirectionalIterator<TValue> objektet.
Returer
trueom de två iteratorerna är samma objekt; annars . false