







![]() |
Compare .NET Objects | |
AddDifference(ComparisonResult,Difference) Method | |
See Also Send Feedback |
KellermanSoftware.CompareNetObjects.TypeComparers Namespace > BaseComparer Class > AddDifference Method : AddDifference(ComparisonResult,Difference) Method |
- result
- The comparison result
- difference
- The difference to add to the result
Glossary Item Box
Visual Basic (Declaration) | |
---|---|
Protected Overloads Sub AddDifference( _ ByVal result As ComparisonResult, _ ByVal difference As Difference _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BaseComparer Dim result As ComparisonResult Dim difference As Difference instance.AddDifference(result, difference) |
C# | |
---|---|
protected void AddDifference( ComparisonResult result, Difference difference ) |
Managed Extensions for C++ | |
---|---|
protected: void AddDifference( ComparisonResult* result, Difference* difference ) |
Parameters
- result
- The comparison result
- difference
- The difference to add to the result
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