docs: remove duplicate

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker
2025-07-22 11:12:38 -05:00
committed by GitHub
parent 41fd4d6adc
commit f6f1619bc2

View File

@@ -56,10 +56,6 @@ namespace PepperDash.Essentials.Core
/// Returns a string representation of the output port.
/// </summary>
/// <returns>A string in the format "ParentDeviceKey|PortKey|SignalType|ConnectionType".</returns>
/// <summary>
/// ToString method
/// </summary>
/// <inheritdoc />
public override string ToString()
{
return $"{ParentDevice.Key}|{Key}|{Type}|{ConnectionType}";