Defines strategies to compare two instances of the IRef<T> interface.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public enum RefComparisonFields
| Name | Description |
|---|---|
| Default | Does not support cross-compilation comparisons and ignores nullability when comparing |
| IncludeNullability | Does not support cross-compilation comparisons and respects nullability when comparing |
| Structural | Support cross-compilation comparisons and ignores nullability when comparing |
| StructuralIncludeNullability | Support cross-compilation comparisons and respects nullability when comparing |