generic
CompareResult


The results of an object compare operation.


public struct CompareResult

Properties
compareBase The base of the comparison.

type=Pointer

compareTo The base is being compared against this object.

type=Pointer

objectDiffs Contains a list of the object difference comparisons.

type=List (generic.ObjectDiff)