Implemented interface member:
2 references to Equals
Microsoft.Maui.Graphics (2)
Font.cs (2)
54
=> obj is IFont font &&
Equals
(font);
62
public static bool operator ==(Font left, Font right) => left.
Equals
(right);