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