ReverseRandomAccessIterator<TValue>.Equality 演算子

定義

2 つの反復子が同じオブジェクトであるかどうかを判断します。

public:
 bool operator ==(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator == (Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
member this.( = ) : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> bool
Public Operator == (_Right As ReverseRandomAccessIterator(Of TValue)) As Boolean

パラメーター

_Right
ReverseRandomAccessIterator<TValue>

現在の ReverseRandomAccessIterator<TValue> オブジェクトと比較する ReverseRandomAccessIterator<TValue> オブジェクト。

戻り値

2 つの反復子が同じオブジェクトである場合は true。それ以外の場合は false

適用対象