Implemented interface member:
2 references to Equals
Microsoft.Maui.Controls (2)
Region.cs (2)
129
public override bool Equals(object obj) => obj is Region other &&
Equals
(other);
133
public static bool operator ==(Region left, Region right) => left.
Equals
(right);