다음을 통해 공유


ExecutionOptions.Equality(ExecutionOptions, ExecutionOptions) 연산자

정의

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

public static bool operator == (System.Data.Entity.Core.Objects.ExecutionOptions left, System.Data.Entity.Core.Objects.ExecutionOptions right);
static member ( = ) : 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입니다.

적용 대상