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