2 references to StringComparisons
Aspire.Hosting.Azure (2)
src\Shared\CustomResourceSnapshotExtensions.cs (2)
17
if (string.Equals(property.Name, name,
StringComparisons
.ResourcePropertyName))
46
if (string.Equals(existingProperty.Name, newValue.Name,
StringComparisons
.ResourcePropertyName))