Method Changed
Changed(T, T)
Creates a result bucket indicating the entity is present in both collections but has changed.
public static EntityCompare.ResultBucket<T> Changed(T left, T right)
Parameters
left
TThe left entity.
right
TThe right entity.
Returns
- EntityCompare.ResultBucket<T>
The result bucket.