Diff<'T> Type
Represents a difference operation applied to a value of type 'T.
A difference is either a Change (old and new value), a Remove, or an Add.
Union cases
| Union case |
Description
|
Full Usage:
Add 'T
Parameters:
'T
|
|
Full Usage:
Change('T, 'T)
Parameters:
'T
Item2 : 'T
|
|
Full Usage:
Remove 'T
Parameters:
'T
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAdd
Returns: bool
|
|
Full Usage:
this.IsChange
Returns: bool
|
|
Full Usage:
this.IsRemove
Returns: bool
|
|
Deedle