Пример #1
0
 public bool Equals(IKitProgression otherKitProgression)
 {
     return(otherKitProgression != null && Type.Equals(otherKitProgression.Type));
 }
 public bool Equals(IKitProgression otherKitProgression)
 {
     return otherKitProgression != null && Type.Equals(otherKitProgression.Type);
 }