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