Method PresentInRight
PresentInRight(T)
Creates a result bucket indicating the entity is present in the right collection only.
public static EntityCompare.ResultBucket<T> PresentInRight(T right)
Parameters
right
TThe right entity.
Returns
- EntityCompare.ResultBucket<T>
The result bucket.