%%PageItemTitle%%

Compare .NET Objects

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


rootComparer

Glossary Item Box

Constructor that takes a root 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 DictionaryComparer(rootComparer)
C# 
public DictionaryComparer( 
   RootComparer rootComparer
)
Managed Extensions for C++ 
public: DictionaryComparer( 
   RootComparer* rootComparer
)

Parameters

rootComparer

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.