Implemented interface member:
1 reference to Equals
System.Private.Windows.Core (1)
System\Private\Windows\Nrbf\FullyQualifiedTypeName.cs (1)
31public override bool Equals(object? obj) => obj is FullyQualifiedTypeName other && Equals(other);