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)
412
Debug.Assert(this.
Equals
(other), "other must be another instance of the same relationship target");
477
return
Equals
(obj as DirectionalRelationship);