/// <inheritdoc /> public override int GetHashCode() { return(NameRelativeNameComparer.GetHashCode(this)); }
/// <inheritdoc /> public override bool Equals(object obj) { return(NameRelativeNameComparer.Equals(this, obj as SolutionReference)); }