'宣言
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
- 「from」列挙子。
- rightIt
- 「to」列挙子。
戻り値の型
リストが同一の場合は true
。それ以外の場合は false
。