ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / Compare Method
A "from" enumerator.
A "to" enumerator.

In This Topic
    Compare Method (DXUtil)
    In This Topic
    Compares two collection, element by elements.
    Syntax
    'Declaration
     
    Public Shared Function Compare( _
       ByVal leftIt As IEnumerator, _
       ByVal rightIt As IEnumerator _
    ) As System.Boolean
    public static System.bool Compare( 
       IEnumerator leftIt,
       IEnumerator rightIt
    )

    Parameters

    leftIt
    A "from" enumerator.
    rightIt
    A "to" enumerator.

    Return Value

    true if lists are identical; otherwise, false.
    See Also