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