ConstReverseRandomAccessIterator<TValue>.GreaterThan Operatör

Tanım

Sol taraftaki yineleyicinin konumunun, verilen sağ taraftaki yineleyicinin konumundan büyük olup olmadığını belirler.

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

Parametreler

_Right
ConstReverseRandomAccessIterator<TValue>

Sol taraftaki yineleyiciyle karşılaştıracak yineleyici.

Döndürülenler

true sol taraftaki yineleyici verilen sağ taraftaki yineleyiciden büyükse; aksi takdirde , false.

Şunlara uygulanır