Implemented interface member:
8 references to Equals
Microsoft.VisualStudio.TestPlatform.ObjectModel (8)
Nuget.Frameworks\CompatibilityCacheKey.cs (2)
50return Target.Equals(other.Target) 51&& Candidate.Equals(other.Candidate);
Nuget.Frameworks\FrameworkExpander.cs (2)
64if (!range.Min.Equals(range.Max)) 120if (!range.Min.Equals(range.Max))
Nuget.Frameworks\NuGetFramework.cs (4)
373get { return UnsupportedFramework.Equals(this); } 381get { return AgnosticFramework.Equals(this); } 389get { return AnyFramework.Equals(this); } 459return Equals(other);