Implemented interface member:
1 reference to Equals
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
Windows.Win32.NTSTATUS.g.cs (1)
40 public override bool Equals(object obj) => obj is NTSTATUS other && this.Equals(other);