[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.Compare

Compare Method

Compare(IEnumerator, IEnumerator)

Compares two collection, element by elements.

Declaration
public static bool Compare(IEnumerator leftIt, IEnumerator rightIt)
Parameters
Type Name Description
IEnumerator leftIt

A "from" enumerator.

IEnumerator rightIt

A "to" enumerator.

Returns
Type Description
bool

true if lists are identical; otherwise, false.