%%PageItemTitle%%

Compare .NET Objects

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


rootComparer
The root comparer.

Glossary Item Box

Protected constructor that references the 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 ByteArrayComparer(rootComparer)
C# 
public ByteArrayComparer( 
   RootComparer rootComparer
)
Managed Extensions for C++ 
public: ByteArrayComparer( 
   RootComparer* rootComparer
)

Parameters

rootComparer
The root comparer.

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.