public bool Equals(EncLocalInfo other) { return SlotInfo.Equals(other.SlotInfo) && Cci.SymbolEquivalentEqualityComparer.Instance.Equals(Type, other.Type) && Constraints == other.Constraints && IsUnused == other.IsUnused; }
public bool Equals(EncHoistedLocalInfo other) => SlotInfo.Equals(other.SlotInfo) && Cci.SymbolEquivalentEqualityComparer.Instance.Equals(Type, other.Type);