IInputIterator<TValue>.equal_to(IInputIterator<TValue>) Method

Definition

Determines whether two IInputIterator<TValue> objects are equal.

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);

Parameters

unnamedParam1A_0
IInputIterator<TValue>

The iterator to compare with the current IInputIterator<TValue> object.

Returns

true if the current iterator and the specified iterator are equal; otherwise, false.

Applies to

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