20 references to IsEquivalent
Microsoft.Build.Engine.UnitTests (8)
BackEnd\LoggingServicesLogMethod_Tests.cs (8)
1583
Assert.True(((TargetFinishedEventArgs)service.ProcessedBuildEvent).
IsEquivalent
(targetEvent));
1606
Assert.True(((TargetStartedEventArgs)service.ProcessedBuildEvent).
IsEquivalent
(buildEvent));
1629
Assert.True(((TaskFinishedEventArgs)service.ProcessedBuildEvent).
IsEquivalent
(taskEvent));
1651
Assert.True(((TaskStartedEventArgs)service.ProcessedBuildEvent).
IsEquivalent
(taskEvent));
1671
Assert.True(((ProjectFinishedEventArgs)service.ProcessedBuildEvent).
IsEquivalent
(projectEvent));
1696
Assert.True(((ProjectStartedEventArgs)service.ProcessedBuildEvent).
IsEquivalent
(buildEvent));
1780
Assert.True(loggingService.ProcessedBuildEvent.
IsEquivalent
(expectedBuildEvent)); // "Expected ProcessedBuildEvent to equal expected build event"
1887
return x.
IsEquivalent
(y);
Microsoft.Build.UnitTests.Shared (12)
BuildEventArgsExtension.cs (12)
98
return ((BuildEventArgs)args).
IsEquivalent
(other);
113
return ((BuildEventArgs)args).
IsEquivalent
(other);
159
return ((BuildEventArgs)args).
IsEquivalent
(other);
205
return ((BuildEventArgs)args).
IsEquivalent
(other);
226
return ((BuildEventArgs)args).
IsEquivalent
(other);
247
return ((BuildEventArgs)args).
IsEquivalent
(other);
268
return ((BuildEventArgs)args).
IsEquivalent
(other);
289
return ((BuildEventArgs)args).
IsEquivalent
(other);
319
return ((BuildEventArgs)args).
IsEquivalent
(other);
384
return ((BuildEventArgs)args).
IsEquivalent
(other);
410
return ((BuildEventArgs)args).
IsEquivalent
(other);
441
return ((BuildEventArgs)args).
IsEquivalent
(other);