다음을 통해 공유


ExecutionOptions.Inequality(ExecutionOptions, ExecutionOptions) 연산자

정의

지정된 개체가 같지 않은지 여부를 확인합니다.

public static bool operator !=(System.Data.Entity.Core.Objects.ExecutionOptions left, System.Data.Entity.Core.Objects.ExecutionOptions right);
static member op_Inequality : System.Data.Entity.Core.Objects.ExecutionOptions * System.Data.Entity.Core.Objects.ExecutionOptions -> bool
Public Shared Operator != (left As ExecutionOptions, right As ExecutionOptions) As Boolean

매개 변수

left
ExecutionOptions

비교할 왼쪽 개체입니다.

right
ExecutionOptions

비교할 오른쪽 개체입니다.

반환

두 개체가 같지 않으면 true이고, 그렇지 않으면 false입니다.

적용 대상