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