Implemented interface member:
2 references to Equals
System.Collections.Specialized (2)
System\Collections\Specialized\BitVector32.cs (2)
202
public override bool Equals([NotNullWhen(true)] object? o) => o is Section other &&
Equals
(other);
211
return a.
Equals
(b);