Implemented interface member:
3 references to CompareTo
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (1)
151
adBand.
CompareTo
(installedBand) > 0)
Microsoft.NET.Sdk.WorkloadManifestReader (2)
SdkFeatureBand.cs (2)
104
public static bool operator >(SdkFeatureBand a, SdkFeatureBand b) => a.
CompareTo
(b) > 0;
106
public static bool operator <(SdkFeatureBand a, SdkFeatureBand b) => a.
CompareTo
(b) < 0;