Base:
method
Equals
System.ValueType.Equals(System.Object)
6 references to Equals
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (2)
599
if (!true.
Equals
(then.Value)) { return false; }
604
if (!false.
Equals
(when.Value)) { return false; }
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
412
if (coalesce.Right.NodeType == ExpressionType.Constant && false.
Equals
(((ConstantExpression)coalesce.Right).Value))
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
492
if (coalesce.Right.NodeType == ExpressionType.Constant && false.
Equals
(((ConstantExpression)coalesce.Right).Value))
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (2)
199
if (true.
Equals
(value)) {
202
else if (false.
Equals
(value)) {