Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
2 references to Equals
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
273
return this.
Equals
(obj as TermExpr<T_Identifier>);
System\Data\Common\Utils\Boolean\Literal.cs (1)
90
other._term.
Equals
(_term);