7 instantiations of Equal
System.Activities (3)
System\Activities\Expressions\ExpressionServices.cs (1)
937result = new Equal<TLeft, TRight, TResult>() { Left = leftArgument, Right = rightArgument };
System\Activities\Statements\TransactionScope.cs (2)
177Condition = new Equal<Type, Type, bool> 265Condition = new Equal<Type, Type, bool>()
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
127Condition = new Equal<Type, Type, bool> 156Condition = new Equal<Type, Type, bool>
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
929Left = new Equal<Type, Type, bool> 937Right = new Equal<string, string, bool>