DbQuery<TResult>.Equals Method (Object)

 

Determines whether the current query is equal to the specified query.

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 with the current query.

Return Value

Type: System.Boolean

true if the current query is equal to the specified query; otherwise, false.