Implemented interface member:
2 references to Equals
Microsoft.Maui.Controls (2)
Shapes\Matrix.cs (2)
679 public override bool Equals(object obj) => obj is Matrix other && Equals(other); 685 public static bool operator ==(Matrix left, Matrix right) => left.Equals(right);