Base:
method
Equals
System.Object.Equals(System.Object)
1 reference to Equals
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (1)
140
return (_range.SetEquals(other._range) && _variable.
Equals
(other._variable));