%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
ClassComparer Constructor
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.TypeComparers Namespace > ClassComparer Class : ClassComparer Constructor


rootComparer
The root comparer instantiated by the RootComparerFactory

Glossary Item Box

Constructor for the class comparer

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rootComparer As RootComparer _
)
Visual Basic (Usage)Copy Code
Dim rootComparer As RootComparer
 
Dim instance As New ClassComparer(rootComparer)
C# 
public ClassComparer( 
   RootComparer rootComparer
)
Managed Extensions for C++ 
public: ClassComparer( 
   RootComparer* rootComparer
)

Parameters

rootComparer
The root comparer instantiated by the RootComparerFactory

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.