Method Unchanged
Unchanged(T, T)
Creates a result bucket indicating the entity is present in both collections and is unchanged.
public static EntityCompare.ResultBucket<T> Unchanged(T left, T right)
Parameters
leftTThe left entity.
rightTThe right entity.
Returns
- EntityCompare.ResultBucket<T>
The result bucket.