Implemented interface member:
2 references to Equals
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\CompatibilityProvider.cs (1)
56
if (FullComparer.
Equals
(target, candidate))
Nuget.Frameworks\FrameworkReducer.cs (1)
80
nearest = possibleFrameworks.Where(f => NuGetFrameworkFullComparer.Instance.
Equals
(framework, f)).FirstOrDefault();