protected bool Equals(LinearNetworkEditAgent other)
 {
     return(NetworkDefinition.Equals(other.NetworkDefinition));
 }