ConstReverseRandomAccessIterator<TValue>.Inequality Operator

定義

指定した 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

パラメーター

返品

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

適用対象