6 references to EqualityComparer
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (2)
66if (false == BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.True)) 86if (!BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.True))
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (2)
69if (!BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.True)) 85if (!BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.True))
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (2)
360bool whereClauseEqual = BoolExpression.EqualityComparer.Equals(left.RightCellQuery.WhereClause, 368return BoolExpression.EqualityComparer.GetHashCode(wrapper.RightCellQuery.WhereClause) ^ wrapper.RightExtent.GetHashCode();