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