Open sandboxFocus

Interface IDeclarationComparer

An umbrella interface for an equality comparer of IDeclaration and IType. To get an instance of this interface, use the Default property.

Namespace: Metalama.Framework.Code.Comparers
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IDeclarationComparer : IEqualityComparer<IDeclaration>, ITypeComparer, IEqualityComparer<IType>, IEqualityComparer<INamedType>

Extension Methods

See Also