Implemented interface member:
2 references to Equals
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitConfig.Reader.cs (1)
300
if (key.
Equals
(new GitVariableName("include", "", "path")))
GitDataReader\GitVariableName.cs (1)
34
=> obj is GitVariableName other &&
Equals
(other);