ExecutionOptions.Equality Operator (ExecutionOptions, ExecutionOptions)

 

Determines whether the specified objects are equal.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public static bool operator ==(
	ExecutionOptions left,
	ExecutionOptions right
)

Parameters

left
Type: System.Data.Entity.Core.Objects.ExecutionOptions

The left object to compare.

right
Type: System.Data.Entity.Core.Objects.ExecutionOptions

The right object to compare.

Return Value

Type: System.Boolean

true if the two objects are equal; otherwise, false.