Implemented interface member:
1 reference to Equals
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
123
public override bool Equals(object? obj) => obj is TypeKeyByName other &&
Equals
(other);