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