Compares two collection, element by elements.
'宣言
Public Shared Function Compare( _
ByVal As IEnumerator, _
ByVal As IEnumerator _
) As System.Boolean
public static System.bool Compare(
IEnumerator ,
IEnumerator
)
パラメータ
- leftIt
- A "from" enumerator.
- rightIt
- A "to" enumerator.
戻り値の型
true
if lists are identical; otherwise, false
.