Implemented interface member:
1 reference to Equals
Microsoft.Maui (1)
WeakEventManager.cs (1)
162
public override bool Equals(object? obj) => obj is Subscription other &&
Equals
(other);