3 overrides of IsEqualTo
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (1)
91protected override bool IsEqualTo(BoolLiteral right)
System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs (1)
90protected override bool IsEqualTo(BoolLiteral right)
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
143protected override bool IsEqualTo(BoolLiteral right)
3 references to IsEqualTo
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs (2)
102return IsEqualTo(right); 136return left.IsEqualTo(right);
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
141/// See <see cref="BoolLiteral.IsEqualTo"/>. Member restriction can be incomplete for this operation.