2 references to InternalEquals
Microsoft.Build (2)
BackEnd\Components\BuildRequestEngine\FullyQualifiedBuildRequest.cs (2)
83return !(right is null) && left.InternalEquals(right); 118return GetType() == obj.GetType() && InternalEquals((FullyQualifiedBuildRequest)obj);