Implemented interface member:
1 reference to Equals
Microsoft.Interop.SourceGeneration (1)
ContainingSyntaxContext.cs (1)
25public override bool Equals(object obj) => obj is ContainingSyntax other && Equals(other);