protected bool Equals(ObjectField other) => string.Equals(Name, other.Name, StringComparison.InvariantCulture);
protected bool Equals(ObjectField other) { return(string.Equals(Name, other.Name)); }
protected bool Equals(ObjectField other) { return string.Equals(Name, other.Name); }