ConstReverseRandomAccessIterator<TValue>.Equality(ConstReverseRandomAccessIterator<TValue>) 运算符
定义
确定两个迭代器是否为同一对象。Determines whether two iterators are the same object.
public:
bool operator ==(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator == (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.( = ) : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> bool
Public Operator == (_Right As ConstReverseRandomAccessIterator(Of TValue)) As Boolean
参数
要与当前 ConstReverseRandomAccessIterator<TValue> 对象进行比较的 ConstReverseRandomAccessIterator<TValue> 对象。The ConstReverseRandomAccessIterator<TValue> object to compare with the current ConstReverseRandomAccessIterator<TValue> object.
返回
如果两个迭代器为同一对象,则为 true;否则为 false。true if the two iterators are the same object; otherwise, false.