1 override of IsEquivalent
System.Data.Entity (1)
System\Data\Query\InternalTrees\Ops.cs (1)
537internal override bool IsEquivalent(Op other)
2 references to IsEquivalent
System.Data.Entity (2)
System\Data\Query\InternalTrees\Nodes.cs (1)
123bool? opEquivalent = this.Op.IsEquivalent(other.Op);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1078bool? comparisonStatus = node.Child0.Op.IsEquivalent(node.Child1.Op);