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