Implemented interface member:
1 reference to Equals
Microsoft.CodeAnalysis (1)
FileKey.cs (1)
52
return obj is FileKey &&
Equals
((FileKey)obj);