ReverseRandomAccessIterator<TValue>.Inequality Operator

定義

指定した ReverseRandomAccessIterator<TValue> オブジェクトが現在の ReverseRandomAccessIterator<TValue> オブジェクトと異なるかどうかを判断します。

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

パラメーター

_Right
ReverseRandomAccessIterator<TValue>

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

返品

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

適用対象