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