Implemented interface member:
1 reference to Equals
System.Private.Windows.GdiPlus (1)
_generated\57\Windows.Win32.PathData.g.cs (1)
41
public override bool Equals(object obj) => obj is PathData other && this.
Equals
(other);