Class ExpressionEqualityComparer
A comparer which implements IEqualityComparer<T> for Expression. This is copied from EFCore to avoid bringing all EF dependencies along with it: https://github.com/dotnet/efcore/blob/8e675829631dc49c284a779c86c2eab1d742f729/src/EFCore/Query/ExpressionEqualityComparer.cs
Implements
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public sealed class ExpressionEqualityComparer : IEqualityComparer<Expression?>
Remarks
See Implementation of database providers and extensions and How EF Core queries work for more information and examples.
Properties
Name | Description |
---|---|
Instance | Gets an instance of ExpressionEqualityComparer. |
Methods
Name | Description |
---|---|
Equals(Expression?, Expression?) | |
GetHashCode(Expression) |