DbContextId.Inequality(DbContextId, DbContextId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares one ID to another ID to see if they represent different leased contexts.
public static bool operator != (Microsoft.EntityFrameworkCore.DbContextId left, Microsoft.EntityFrameworkCore.DbContextId right);
static member op_Inequality : Microsoft.EntityFrameworkCore.DbContextId * Microsoft.EntityFrameworkCore.DbContextId -> bool
Public Shared Operator != (left As DbContextId, right As DbContextId) As Boolean
Parameters
- left
- DbContextId
The first ID.
- right
- DbContextId
The second ID.
Returns
true
if they represent different leased contexts; false
otherwise.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework