Implemented interface member:
2 references to Equals
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\M128.cs (2)
21
public static bool operator ==(M128A left, M128A right) => left.
Equals
(right);
25
public override bool Equals(object? obj) => obj is M128A other &&
Equals
(other);