MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​ComparersICompilation­ComparersInclude­Nullability
Open sandboxFocus

ICompilationComparers.IncludeNullability Property

IncludeNullability

Gets an IEqualityComparer<T> 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 takes the nullability annotations of reference types into account.

Declaration
ITypeComparer IncludeNullability { get; }
Property Value
Type Description
ITypeComparer