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