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