예제 #1
0
 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);
 }