%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
CompareEnumeratorIgnoreOrder Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.IgnoreOrderTypes Namespace > IgnoreOrderLogic Class : CompareEnumeratorIgnoreOrder Method


parms
countsDifferent

Glossary Item Box

Compares the enumerators and ignores the order

Syntax

Visual Basic (Declaration) 
Public Sub CompareEnumeratorIgnoreOrder( _
   ByVal parms As CompareParms, _
   ByVal countsDifferent As System.Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As IgnoreOrderLogic
Dim parms As CompareParms
Dim countsDifferent As System.Boolean
 
instance.CompareEnumeratorIgnoreOrder(parms, countsDifferent)
C# 
public void CompareEnumeratorIgnoreOrder( 
   CompareParms parms,
   System.bool countsDifferent
)
Managed Extensions for C++ 
public: void CompareEnumeratorIgnoreOrder( 
   CompareParms* parms,
   System.bool countsDifferent
) 

Parameters

parms
countsDifferent

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.