Implemented interface member:
4 references to Equals
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\BitVector.cs (1)
187obj is BitVector other && Equals(other);
System\Text\RegularExpressions\Symbolic\BitVectorSolver.cs (3)
33public bool IsFull(BitVector set) => set.Equals(Full); 35public bool IsEmpty(BitVector set) => set.Equals(Empty); 77if (!set.Equals(Empty))