Implemented interface member:
1 reference to Equals
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1810
public override bool Equals(object obj) => obj is ReadOnlyDataBlobKey &&
Equals
((ReadOnlyDataBlobKey)obj);