DbSet(Of TEntity).Equals Method
Entity Framework 5.0
Returns whether the specified object is equal to the current set.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
'Declaration Public Overrides Function Equals ( _ obj As Object _ ) As Boolean 'Usage Dim instance As DbSet Dim obj As Object Dim returnValue As Boolean returnValue = instance.Equals(obj)
Parameters
- obj
- Type: System.Object
The set to compare with the current object.
Return Value
Type: System.BooleanTrue if the specified set is equal to the current set; otherwise, false.