%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
MaxByteArrayDifferences Property
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > ComparisonConfig Class : MaxByteArrayDifferences Property


Glossary Item Box

The maximum number of differences to detect when comparing byte arrays. The default is 1.

Syntax

Visual Basic (Declaration) 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property MaxByteArrayDifferences As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As ComparisonConfig
Dim value As System.Integer
 
instance.MaxByteArrayDifferences = value
 
value = instance.MaxByteArrayDifferences
C# 
[System.Runtime.Serialization.DataMember()]
public System.int MaxByteArrayDifferences {get; set;}
Managed Extensions for C++ 
[System.Runtime.Serialization.DataMember()]
public: __property System.int get_MaxByteArrayDifferences();
public: __property void set_MaxByteArrayDifferences( 
   System.int value
);

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.