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