Implemented interface member:
2 references to Equals
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
TargetNUInt.cs (2)
17
public override bool Equals(object? obj) => obj is TargetNUInt other &&
Equals
(other);
23
public static bool operator ==(TargetNUInt lhs, TargetNUInt rhs) => lhs.
Equals
(rhs);