public bool Equals(ParameterKeyInfo other)
 {
     return Key.Equals(other.Key) && Offset == other.Offset && Count == other.Count && BindingSlot == other.BindingSlot;
 }
示例#2
0
 public bool Equals(ParameterKeyInfo other)
 {
     return(Key.Equals(other.Key) && Offset == other.Offset && Count == other.Count && BindingSlot == other.BindingSlot);
 }