ConstReverseRandomAccessIterator<TValue>.Inequality 演算子

定義

指定の 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

パラメーター

戻り値

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

適用対象