1 reference to ListEquals
System.Linq.Expressions (1)
System\Dynamic\CallInfo.cs (1)
88
return obj is CallInfo other && ArgumentCount == other.ArgumentCount && ArgumentNames.
ListEquals
(other.ArgumentNames);