16 using Newtonsoft.Json;
29 [JsonProperty(
"name")]
30 public string Name {
get; }
50 if (ReferenceEquals(
null, other))
return false;
51 if (ReferenceEquals(
this, other))
return true;
52 return string.Equals(
Name, other?.
Name);
62 public override bool Equals(
object obj)