Share via


QueryTranslationPreprocessorDependencies.Equality Operator

Definition

public static bool operator == (Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies? left, Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies? right);
static member ( = ) : Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies * Microsoft.EntityFrameworkCore.Query.QueryTranslationPreprocessorDependencies -> bool
Public Shared Operator == (left As QueryTranslationPreprocessorDependencies, right As QueryTranslationPreprocessorDependencies) As Boolean

Parameters

Returns

Applies to