Aracılığıyla paylaş


ReverseRandomAccessIterator<TValue>.GreaterThanOrEqual Operatör

Tanım

Sol taraftaki yineleyicinin konumunun, verilen sağ taraftaki yineleyicinin konumundan büyük veya ona eşit olup olmadığını belirler.

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

Parametreler

_Right
ReverseRandomAccessIterator<TValue>

Sol taraftaki yineleyiciyle karşılaştırmak için yineleyici.

Döndürülenler

true sol taraftaki yineleyici verilen sağ taraftaki yineleyiciden büyük veya ona eşitse; aksi takdirde , false.

Şunlara uygulanır