ConstReverseRandomAccessIterator<TValue>.Inequality 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 ConstReverseRandomAccessIterator<TValue> 物件是否與目前的 ConstReverseRandomAccessIterator<TValue> 物件不同。
public:
bool operator !=(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator != (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.op_Inequality : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> bool
Public Operator != (_Right As ConstReverseRandomAccessIterator(Of TValue)) As Boolean
參數
傳回
如果兩個 Iterator 為不同的物件,則為 true
,否則為 false
。