DbChangeTracker.Equals Method (Object)

 

Specifies whether the DbChangeTracker is the same as the specified object.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool Equals(
	object obj
)

Parameters

obj
Type: System.Object

The object to compare.

Return Value

Type: System.Boolean

true if the DbChangeTracker is the same as the specified object; otherwise, false.