Implemented interface member:
3 references to Equals
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\Collections\BitVector.cs (3)
52return obj is BitVector other && Equals(other); 57return left.Equals(right); 62return !left.Equals(right);