IInputIterator<TValue>.equal_to(IInputIterator<TValue>) Method
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 IInputIterator<TValue> objects are equal.
public:
bool equal_to(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ unnamedParam1);
public:
bool equal_to(Microsoft::VisualC::StlClr::Generic::IInputIterator<TValue> ^ A_0);
C#
public bool equal_to(Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> unnamedParam1);
C#
public bool equal_to(Microsoft.VisualC.StlClr.Generic.IInputIterator<TValue> A_0);
abstract member equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
abstract member equal_to : Microsoft.VisualC.StlClr.Generic.IInputIterator<'Value> -> bool
Public Function equal_to (unnamedParam1 As IInputIterator(Of TValue)) As Boolean
Public Function equal_to (A_0 As IInputIterator(Of TValue)) As Boolean
- unnamedParam1A_0
- IInputIterator<TValue>
The iterator to compare with the current IInputIterator<TValue> object.
true
if the current iterator and the specified iterator are equal; otherwise, false
.
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 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: