次の方法で共有


ExecutionOptions.Inequality 演算子

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

指定したオブジェクトが等しくないかどうかを判断します。

名前空間:  System.Data.Entity.Core.Objects
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Shared Operator <> ( _
    left As ExecutionOptions, _
    right As ExecutionOptions _
) As Boolean
'使用
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.

パラメーター

戻り値

型 : System.Boolean
2 つのオブジェクトが等しくない場合は true、それ以外の場合は false。

参照

参照

ExecutionOptions クラス

System.Data.Entity.Core.Objects 名前空間