ExecutionOptions.Inequality-Operator
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Bestimmt, ob die angegebenen Objekte ungleich sind.
Namespace: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
left As ExecutionOptions, _
right As ExecutionOptions _
) As Boolean
'Usage
Dim left As ExecutionOptions
Dim right As ExecutionOptions
Dim returnValue As Boolean
returnValue = (left <> right)
public static bool operator !=(
ExecutionOptions left,
ExecutionOptions right
)
public:
static bool operator !=(
ExecutionOptions^ left,
ExecutionOptions^ right
)
static let inline(<>)
left:ExecutionOptions *
right:ExecutionOptions : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameter
- left
Typ: System.Data.Entity.Core.Objects.ExecutionOptions
Das zu vergleichende Objekt auf der linken Seite.
- right
Typ: System.Data.Entity.Core.Objects.ExecutionOptions
Das zu vergleichende Objekt auf der rechten Seite.
Rückgabewert
Typ: System.Boolean
true , wenn die beiden Schlüssel ungleich sind, andernfalls false.