%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
CompareIndexer Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.TypeComparers Namespace > IndexerComparer Class : CompareIndexer Method


parms
info

Glossary Item Box

Compare an integer indexer

Syntax

Visual Basic (Declaration) 
Public Sub CompareIndexer( _
   ByVal parms As CompareParms, _
   ByVal info As PropertyEntity _
) 
Visual Basic (Usage)Copy Code
Dim instance As IndexerComparer
Dim parms As CompareParms
Dim info As PropertyEntity
 
instance.CompareIndexer(parms, info)
C# 
public void CompareIndexer( 
   CompareParms parms,
   PropertyEntity info
)
Managed Extensions for C++ 
public: void CompareIndexer( 
   CompareParms* parms,
   PropertyEntity* info
) 

Parameters

parms
info

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.