Implemented interface member:
1 reference to Equals
System.Collections.Specialized (1)
System\Collections\Specialized\BitVector32.cs (1)
151
public override bool Equals([NotNullWhen(true)] object? o) => o is BitVector32 other &&
Equals
(other);