private bool Equals(SqlServerCompiledQueryCacheKey other)
     => _relationalCompiledQueryCacheKey.Equals(other._relationalCompiledQueryCacheKey)
        && _useRowNumberOffset == other._useRowNumberOffset;
 private bool Equals(SqlServerCompiledQueryCacheKey other)
 => _relationalCompiledQueryCacheKey.Equals(other._relationalCompiledQueryCacheKey) &&
 (_useRowNumberOffset == other._useRowNumberOffset);
コード例 #3
0
 private bool Equals(SqlServerCompiledQueryCacheKey other)
 => _relationalCompiledQueryCacheKey.Equals(other._relationalCompiledQueryCacheKey) &&
 _multipleActiveResultSetsEnabled == other._multipleActiveResultSetsEnabled;