Implemented interface member:
1 reference to Equals
Microsoft.Interop.ComInterfaceGenerator (1)
ComMethodContext.cs (1)
56
public override bool Equals(object obj) => obj is ComMethodContext other &&
Equals
(other);