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