Implemented interface member:
1 reference to Equals
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\System.Text\Rune.cs (1)
751
public override bool Equals(object obj) => (obj is Rune other) &&
Equals
(other);