Open sandboxFocus

Enum RefComparison

Defines strategies to compare two instances of the IRef<T> interface.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public enum RefComparison

Fields

Name Description
Default

Does not support cross-compilation comparisons and ignores nullability when comparing IRef{IType}.

IncludeNullability

Does not support cross-compilation comparisons and respects nullability when comparing IRef{IType}.

Structural

Support cross-compilation comparisons and ignores nullability when comparing IRef{IType}.

StructuralIncludeNullability

Support cross-compilation comparisons and respects nullability when comparing IRef{IType}.