ConstContainerRandomAccessIterator<TValue>.Equality Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two iterators are the same object.
Equality(ConstContainerRandomAccessIterator<TValue>) |
Determines whether the given ConstContainerRandomAccessIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object. |
Equality(IInputIterator<TValue>) |
Determines whether the given IInputIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object. |
Determines whether the given ConstContainerRandomAccessIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object.
public:
bool operator ==(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Right);
public bool operator ==(Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Right);
member this.( = ) : Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> bool
Public Operator == (_Right As ConstContainerRandomAccessIterator(Of TValue)) As Boolean
Parameters
The ConstContainerRandomAccessIterator<TValue> object to compare with the current ConstContainerRandomAccessIterator<TValue> object.
Returns
true
if the two iterators are the same object; otherwise, false
.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Determines whether the given IInputIterator<TValue> object is the same as the current ConstContainerRandomAccessIterator<TValue> object.
public:
bool operator ==(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ _Right);
public bool operator ==(Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> _Right);
member this.( = ) : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Operator == (_Right As IInputIterator(Of TValue)) As Boolean
Parameters
- _Right
- IInputIterator<TValue>
The IInputIterator<TValue> object to compare with the current ConstContainerRandomAccessIterator<TValue> object.
Returns
true
if the two iterators are the same object; otherwise, false
.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: