4 references to Type
Microsoft.DotNet.ApiCompatibility (3)
CompatDifference.cs (3)
80
Type
.Equals(other.
Type
) &&
93
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
Type
.ToString().ToLowerInvariant());
Microsoft.DotNet.ApiCompatibility.Tests (1)
CompatDifferenceTests.cs (1)
35
Assert.Equal(type, difference.
Type
);