Implemented interface member:
2 references to CompareTo
dotnet.Tests (1)
CommandTests\Workload\Install\TestManifestUpdate.cs (1)
36
int ret = ManifestId.
CompareTo
(other.ManifestId);
Microsoft.DotNet.TemplateLocator (1)
ManifestVersionUpdate.cs (1)
23
int ret = ManifestId.
CompareTo
(other.ManifestId);