Implemented interface member:
method
Equals
System.Collections.Generic.IEqualityComparer<T>.Equals(T, T)
2 references to Equals
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
2062return first.Property == second.Property && this.Equals(first.Instance, second.Instance); 2078return first.ResultType == second.ResultType && this.Equals(first.Argument, second.Argument);