Implemented interface member:
5 references to Equals
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.UnitTests (5)
ParameterComparer.cs (1)
18return TypeComparer.Instance.Equals(x.Type, y.Type);
TypeComparer.cs (4)
37return Equals(xQualified.Qualifier, yQualified.Qualifier) && 44return Equals(xGeneric.QualifiedName, yGeneric.QualifiedName) && 51return Equals(xArray.ElementType, yArray.ElementType) && 58return Equals(xPointer.PointedAtType, yPointer.PointedAtType);