Esempio n. 1
0
 public bool Equals(ParameterKeyInfo other)
 {
     return(Key.Equals(other.Key) && Offset == other.Offset && Count == other.Count && BindingSlot == other.BindingSlot);
 }
Esempio n. 2
0
 public bool Equals(ParameterComposedKey other)
 {
     return(Key.Equals(other.Key) && string.Equals(Name, other.Name) && Indexer == other.Indexer);
 }