/// <inheritdoc/> public bool Equals(IOutlineSettings other) { return(OutlineSettings.Equals(_outlineSettings, other)); }
/// <inheritdoc/> public override bool Equals(object other) { return(OutlineSettings.Equals(this, other as IOutlineSettings)); }