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