Implemented interface member:
1 reference to Equals
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\BoundConstants.cs (1)
48
return obj is TypedConstant typedConstant &&
Equals
(typedConstant);