3 references to Right
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
62
return (other != null) && other.Left.Equals(this.Left) && other.
Right
.Equals(this.
Right
);
71
return (this.Left.GetHashCode() << 4) ^ this.
Right
.GetHashCode();