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