Implemented interface member:
1 reference to Equals
Microsoft.CodeAnalysis.CodeStyle (1)
Rune.cs (1)
751public override bool Equals(object obj) => (obj is Rune other) && Equals(other);