2 overrides of Equals
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryFunctions.cs (2)
475internal override bool Equals(QueryFunction function) 559internal override bool Equals(QueryFunction function)
1 reference to Equals
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
28return functionCall.function.Equals(this.function);