Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
2 references to Equals
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (2)
412Debug.Assert(this.Equals(other), "other must be another instance of the same relationship target"); 477return Equals(obj as DirectionalRelationship);