3 references to Equals
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventDescriptor.cs (3)
132return Equals((EventDescriptor)obj); 157return event1.Equals(event2); 162return !event1.Equals(event2);