ConstReverseRandomAccessIterator<TValue>.equal_to 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個 Iterator 是否為相同的物件。
多載
equal_to(IInputIterator<TValue>)
判斷指定的 IInputIterator<TValue> 物件是否與目前的 ConstReverseRandomAccessIterator<TValue> 物件相同。
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
參數
- _Right
- IInputIterator<TValue>
要與目前 ConstReverseRandomAccessIterator<TValue> 物件比較的 IInputIterator<TValue> 物件。
傳回
如果這兩個是相同的 Iterator 物件,則為 true
,否則為 false
。
適用於
equal_to(ConstReverseRandomAccessIterator<TValue>)
判斷指定的 ConstReverseRandomAccessIterator<TValue> 物件是否與目前的 ConstReverseRandomAccessIterator<TValue> 物件相同。
public:
bool equal_to(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public bool equal_to (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.equal_to : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> bool
Public Function equal_to (_Right As ConstReverseRandomAccessIterator(Of TValue)) As Boolean
參數
傳回
如果兩個 ConstReverseRandomAccessIterator<TValue> 物件是相同的物件,則為 true
,否則為 false
。