Base:
4 references to Equals
System.Transactions.Local (4)
System\Transactions\Transaction.cs (2)
328return x.Equals(y); 337return !x.Equals(y);
System\Transactions\TransactionScope.cs (2)
569if (((null != actualCurrentScope._expectedCurrent) && (!actualCurrentScope._expectedCurrent.Equals(current))) 669if (((null != _expectedCurrent) && (!_expectedCurrent.Equals(current)))