Implemented interface member:
2 references to Equals
Microsoft.Maui.Graphics (2)
FontSource.cs (2)
31 public override bool Equals(object? obj) => obj is FontSource other && Equals(other); 33 public static bool operator ==(FontSource left, FontSource right) => left.Equals(right);