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