Implemented interface member:
method
Equals
Microsoft.Build.Collections.IConstrainedEqualityComparer<T>.Equals(T, T, System.Int32, System.Int32)
1 reference to Equals
MSBuild (1)
MSBuildNameIgnoreCaseComparer.cs (1)
34return Equals(x, y, 0, y?.Length ?? 0);