generic
PropertyDiff


Contains the property comparison results.


public struct PropertyDiff

Properties
name The property name.

type=string

baseValue The base value.

type=Any

compareToValue The compare to value.

type=Any

baseValueUnset If 'true' then the value is being unset.

type=boolean

compareToValueUnset If 'true' then the value is being unset.

type=boolean

diffType Specifies the difference of this property between the two compare points.

type=generic.DiffType