public bool Equals(AnnotationBase other) { return(other != null && Name.Equals(other.Name)); }
public bool Equals(AnnotationBase other) => other != null && Name.Equals(other.Name);