2 references to Equals
System.Windows.Forms.Primitives (2)
Windows.Win32.SYSTEMTIME.g.cs (2)
57 public override bool Equals(object obj) => obj is SYSTEMTIME other && this.Equals(other); 61 public static bool operator ==(SYSTEMTIME d1, SYSTEMTIME d2) => d1.Equals(d2);