Exemple #1
0
 public bool Equals(KongService other) => this.KongEquals(other);
Exemple #2
0
 public bool IsMatch(KongService other) => Id == other.Id || Name == other.Name;