ReverseRandomAccessIterator<TValue>.Equality 运算符

定义

确定两个迭代器是否为同一对象。

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

参数

返回

如果两个迭代器为同一对象,则为 true;否则为 false

适用于