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