MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​ComparersICompilation­ComparersDefault
Open sandboxFocus

ICompilationComparers.Default Property

Default

Gets an System.Collections.Generic.IEqualityComparer<> allowing to compare types and declarations considers equal two instances that represent the same type or declaration even if they belong to different compilation versions. This comparer ignores the nullability annotations of reference types.

Declaration
IDeclarationComparer Default { get; }
Property Value
Type Description
IDeclarationComparer